Leonardo Quijano Vincenzi <leonardo <at> dtqsoftware.com> writes:

> The approach I'm taking is basically using regular expression matching 
> on every keypress to detect whether the next code will be valid 
> according to the general regexp. But I can't seem to find any partial 
> match flag or operator for RegExp for me to do something like this:

If you can't find any javascript library that does that, you may use
AJAX and do it in Java on the server side. The hitEnd() method in
the Matcher class can do what you want.

--
Author of a book for learning Tapestry (www.agileskills2.org/EWDT)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to