@ivory If the regex should also match when there is no Space before the searchstring (i.e. it is at the beginning of the test), use a regex like this (not tested in ivory):\belon\b
\b denotes a word boundary
Top-level
@ivory If the regex should also match when there is no Space before the searchstring (i.e. it is at the beginning of the test), use a regex like this (not tested in ivory):\belon\b 1 comment
|
@seiz @ivory I was about to reply to confirm ivory supported /b