> 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: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
