Email or username:

Password:

Forgot your password?
Top-level
zıəs uɐɟəʇs ✪

@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

1 comment
Gemini6Ice

@seiz @ivory I was about to reply to confirm ivory supported /b

Go Up