regex deconstructor

Lagi Pittas iphonelagi at gmail.com
Wed Jan 24 08:36:31 EST 2018


Hi Mike (Shirley? ;-))

I bought this years ago - it's brilliant and it builds a tree of what
everything does

https://www.regexbuddy.com/benefits.html

click on the iamge on the right

Kindest Regards Lagi

On 24 January 2018 at 02:00, Mike Kerner via use-livecode <
use-livecode at lists.runrev.com> wrote:

> well that might do it.
> And don't call me "Richard".
>
> On Tue, Jan 23, 2018 at 6:12 PM, Martin Koob via use-livecode <
> use-livecode at lists.runrev.com> wrote:
>
> > Hi Richard.
> >
> > I found this site https://regexr.com when I was trying to make a regex
> > expression that I could use to find GLX calls I used in my stacks
> excluding
> > ones that I had already knew I used like glxAppSetProp, glxAppGetProp,
> > glxAppSetPref, glxAppGetPref.  This was to gauge what I would need to do
> to
> > transfer to Levure.
> >
> >
> > I think this may do some of the things need. As you mouse over parts of
> the
> > expression it will explain what it does.  You can also paste sample text
> to
> > test your expression on.
> >
> > BTW Through several rounds of trial and error I came up with this.
> >
> > (?!glx[Aa]pp_[Gg]et[Pp]ref\(.*\))(?!glx[Aa]pp_[Ss]et[Pp]ref\
> > (.*\))(?!glx[Aa]pp_[Ss]et[Pp]rop\(.*\))(?!glx[Aa]pp_[Gg]et[
> > Pp]rop\(.*\))(?!glx[Aa]pp_[Ss]etPref\b)(\bglx)
> >
> > This found the the only other GLX handlers I was using were
> >
> >   glxapp_savePrefs
> >   glxApp_updateAvailable
> >
> > Now I have to figure out how to get change these to calls to Levure
> > equivalents.
> >
> > Martin
> >
> >
> >
> >
> >
> > --
> > Sent from: http://runtime-revolution.278305.n4.nabble.com/
> > Revolution-User-f278306.html
> >
> > _______________________________________________
> > 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
> >
>
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>    and did a little diving.
> And God said, "This is good."
> _______________________________________________
> 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