You must log in or register to comment.
This post would require "x " though.
“^X .*$”
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