revaultch / gwtx

Automatically exported from code.google.com/p/gwtx
0 stars 0 forks source link

PATCH: Extended Regex Matcher support, String support, pseudo Pattern.DOT_ALL #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey GWTX team, 

I'm sure it's been a while since you thought about this project, but please 
find attached a patch i've created that provides:

- Pseudo Pattern.DOT_ALL support
- Added methods to java.util.regexp.Matcher:
      - appendTail
      - appendReplacement
      - replaceAll
      - group

- More JVM-like treatment of non-breaking spaces (char 160) in regexps
- String support that doesn't crash browsers anymore.

Best,

Ben Davey

Original issue reported on code.google.com by b...@ephox.com on 8 May 2014 at 7:46

Attachments: