May be I should titled the topic "LICENSING". My questions are, which
license is SUN's java 1.6 source code released under? And, it allows
me to pick it, twist it, and republish it for another pourpose?




And about the current GWT implementation of RegEx, it uses the
underlying javascript implementation of RegExes and it does not fills
the functionality I need. I specifically need the Matcher.hitEnd()
method

http://download-llnw.oracle.com/javase/6/docs/api/java/util/regex/Matcher.html#hitEnd%28%29

that allows me to implement a TextBox mask based in RegExes.

To put it using an example, if I want a TextBox that allows me to
write only times, with the javascript RegExes it will give me a "true"
if (and only if) the text matches the full RegEx (i.e. I paste a
"11:45" in the TextBox). With the hitEnd method, it will give me a
"true" if text matches the RegEx AND if the text COULD match the RegEx
if the user continues writing (i.e. if I write "11:")

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to