Try this form: filter lines of tSource without regex pattern "^stack.*"
On Fri, Mar 10, 2017 at 11:31 AM, Bob Sneidar via use-livecode < [email protected]> wrote: > 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 > > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
