Hi,

It could be something like this:

on mouseUp
     put "*/point-*-landed.html" into myFilter
     put fld 1 into myData
     filter myData without myFilter
     put myData
end mouseUp

but if this doesn't work, you'll have to post an actual sample of your data.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book "Programming LiveCode for the Real Beginner" http://qery.us/3fi

LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 9/26/2014 22:04, Magicgate Software - Skip Kimpel wrote:
Hey LC / Regex gurus,

I need help creating a regular expression that will filter out all
instances where the pattern looks like this:

/point-XXXXXXX-landed.html

Obviously the "XXXXXX" section varies from item to item and is also of
different character lengths.

Anybody willing to give this a shot?

SKIP


_______________________________________________
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