Does search always find only the first occurence in a segment

It seems that the search finds only the first occurence in a segment. Is there a way to show all?

Best regards
Burim

When using Regular Expressions as Search Mode, Xbench will only highlight the first occurrence unless you use a regex like the following one:

[:digit:]°[:space:]C.+[:digit:]°[:space:]C

This search would highlight the first two appearances of segments containing at least 2 instances of “° C”.

As a workaround, use this other search:

Source / Target term: "° C"
Search Mode: Simple
PowerSearch, Case Sensitive, Normalize Whitespaces: On.

1 Like