I'm a little confused. I know GWT doesnt emulate the Regex class in full, but we can use String.matches with Regexs (as long as we remember its javascript style and not java style).
However, the .matches is supposed to throw "PatternSyntaxException"....yet that results in a compile error. "No source code is available for type java.util.regex.PatternSyntaxException;" What gives? Is there no way to catch a exception for matches in gwt? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.