>Select REGEXP x
will select all items containing the letter x or X. Is there a way to force case sensitivity?
I see that in response to a similar question an option was added to support case sensitive matching for Go EXPANDBRANCH=regexp,case
(see here)