Mendelsohn, Michael wrote:
I want the *entire* text in the text box to be considered, not just a matched substring. Is this possible?
Use ^ to lock to the begining of the string and $ to lock to the end of the string, use both and it will not be allowed anything other than the expression.
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

