Wouldn't it be quicker to just write a test program and find out for
yourself?

Or read the javadoc and see that the GWT class is just a thin wrapper
around the native JavaScript regexp facility, so it does whatever
JavaScript does?

http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/regexp/shared/RegExp.html

Or just try it in JavaScript?

http://www.regular-expressions.info/javascriptexample.html

On Jan 20, 6:54 pm, zixzigma <zixzi...@gmail.com> wrote:
> does GWT RegExp support
>
> x(?=y)
>
> Matching 'x' only if 'x' is followed by 'y'.

-- 
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.

Reply via email to