<sigh> another regex question

Mike Bonner bonnmike at gmail.com
Fri Mar 10 13:39:49 EST 2017


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 <
use-livecode at lists.runrev.com> 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
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list