Regex Help

Mark Schonewille m.schonewille at economy-x-talk.com
Fri Sep 26 16:17:10 EDT 2014


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





More information about the use-livecode mailing list