Re: [OT] On RegExp

2014-04-30 Thread Kay C Lan
Alain, you may prefer this site: http://regex101.com/#pcre LC uses the pcre regex library and the above site allows you to choose between any and/or all of pcre, javascript and python. It is very similar to the previously listed site in that it has a whole bunch of Community provided solutions al

Re: [OT] On RegExp

2014-04-29 Thread Alain Farmer
Perhaps I have not been clear. Here is my attempt to be clearer. Can I use the regex expressions in site http://www.regexr.com/ in a LiveCode stack on my local computer ? Thank you, On Tuesday, April 29, 2014 11:06:40 PM, Alejandro Tejada wrote: mwieder wrote > It uses the regex parser in th

Re: [OT] On RegExp

2014-04-29 Thread Alejandro Tejada
mwieder wrote > It uses the regex parser in the browser, do that depends on the > browser implementation and vintage. Client-side regex processing? :( Normally, we expect Server-side processing to avoid possible differences among browsers implementations in so many platforms... Al -- View th

Re: [OT] On RegExp

2014-04-29 Thread Mark Wieder
Walt- Thanks. Nice site. -- -Mark Wieder ahsoftw...@gmail.com This communication may be unlawfully collected and stored by the National Security Agency (NSA) in secret. The parties to this email do not consent to the retrieving or storing of this communication and any related metadata, as w

Re: [OT] On RegExp

2014-04-29 Thread Alain Farmer
Which "browser" are you referring to ?? Where does browser come into play ?? My question is whether the site ( http://www.regexr.com/ )  uses the same regex syntax as livecode users do ? Thanks, On Tuesday, April 29, 2014 10:10:43 PM, Mark Wieder wrote: Alain- Tuesday, April 29, 2014, 7:01:

Re: [OT] On RegExp

2014-04-29 Thread Mark Wieder
Alain- Tuesday, April 29, 2014, 7:01:23 PM, you wrote: > Hello Walt, > Thanks for the URL. > Is their regex the same as ours (livecode) ? It uses the regex parser in the browser, do that depends on the browser implementation and vintage. -- -Mark Wieder ahsoftw...@gmail.com This communicatio

Re: [OT] On RegExp

2014-04-29 Thread Alain Farmer
Hello Walt, Thanks for the URL. Is their regex the same as ours (livecode) ? Thanks On Tuesday, April 29, 2014 9:21:06 PM, Walt Brown wrote: This is a cool site. I'm not sure if it's been posted here. It's an interactive tutorial/tester of RegExp expressions you might find useful. http://www

Re: [OT] On RegExp

2014-04-29 Thread Richard Gaskin
Walt Brown wrote: This is a cool site. I'm not sure if it's been posted here. It's an interactive tutorial/tester of RegExp expressions you might find useful. http://www.regexr.com/ Handy site, Walt - thanks. It's a good compliment to Rinaldi's RegEx Builder plugin included with LiveCode.