use-livecode Digest, Vol 222, Issue 8
J. Landman Gay
jacque at hyperactivesw.com
Thu Mar 10 15:10:04 EST 2022
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 | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list