On 3/9/22 3:42 PM, doc hawk via use-livecode wrote:
Something like


^[manl]\{2,5\}$

which matches all strings of length 2 to 5 composed exclusively of the letters m, 
a, n, & l ?

I want to eliminate all words contains any of the letters in the group. I didn't get confirmation that my regex is correct but it seems to work:

  filter tHugeDict without regex pattern "[qkxyz]"

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to