convert to lower ascii 128?

Mark Schonewille m.schonewille at economy-x-talk.com
Wed Feb 4 18:39:02 EST 2009


hi Craig,

Revolution uses its own subset of regular expressions. Just read the  
docs for replaceText and click on the regular expressions link (if you  
have a version where this link works). You don't need the additional  
ampersands in your example. "[a-z]" will do (or "[a-zA-Z0-9"]).

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum

We are always looking for new projects! Feel free to contact us to  
discuss your custom software project!

On 5 feb 2009, at 00:29, DunbarX at aol.com wrote:
>
> Mark.
>
> Sort of pseudo wild cards. Whew. Where do the docs say this?
>
> And how do it know? Is it ASCII ordered? In other words, would:
>
> ..."[" & "a-z" & "]"... replace every char in that range?
>
> ReplaceText is better than Rinaldi's fullReplace with all that stuff.
>
> Craig




More information about the use-livecode mailing list