RegEx question

Ken Ray kray at sonsothunder.com
Fri Apr 9 02:33:31 EDT 2004


> Put a \A at the start of the regex to match the start of the 
> string. Put a \z at the end of the regex to match the end of 
> the string.

Interesting! I always used ^ for the beginning and $ for the end of a string
match; apparently both work...

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/




More information about the use-livecode mailing list