<sigh> another regex question

Bob Sneidar bobsneidar at iotecdigital.com
Fri Mar 10 13:31:25 EST 2017


Hi all. 

I am trying to filter a list without integer numbers. Note that matchText(tControlNames, "[0-9]+") returns true, so the regex pattern IS working, but filter lines of tControlNames without "[0-9]+" does not filter out the lines with integer values, neither does filter lines of tControlNames not matching "[0-9]+". 

Where am I going wrong? 

Bob S






More information about the use-livecode mailing list