You must log in or register to comment.
Sounds like it’s time for people to learn regex.
Yup:
\<[xX]\>
should do it, or whatever your regex engine’s word break character is (sometimes\b
).Aye!
deleted by creator
Sounds like it’s time for people to learn regex.
Yup: \<[xX]\>
should do it, or whatever your regex engine’s word break character is (sometimes \b
).
Aye!
deleted by creator