hi all,
i need to search for complete words. the problem is, that sometimes they contain a . - in this case of course i need to find only those where i was searching for the complete word including the dot, not those where i was searching for only the part after the dot.
Example:
schachtunten.laenge
if i search for "laenge" i must not find this, only if i really search for schachtunten.laenge
i would have liked to search for \bpattern\b but \b includes .
is there a way to search for "boundary but not a dot"? Everything i tried didn't seem to work ;(
Bookmarks