-
Improvement
-
Resolution: Unresolved
-
None
-
None
-
High
-
Emptyshow more show less
Problem
When Searching/Replacing in Segments (with replace all and with normal replace), there is no easy Option (only Regex) to restrict the search to replace only whole words. There should be a simple option/checkbox to do just that.
Solution
The implementation should make use of the current regex-options and it should be checked, if the current implementation is proper in terms of markup/internal tags and eg. is able to process words over tag-boundries like e.g. "sister<ins>s</ins>" => replace "sisters" with "brothers" ...