dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Improve documentation on regexHook allowed regexs #824

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

The documentation is currently not clear as to what kind of regexs are allowed 
in regexHook. Could you specify the boundaries of what the matcher understands 
(backreferences, named groups, lookahead, etc.)?

Original issue reported on code.google.com by raph...@gmail.com on 30 Jun 2010 at 7:01

GoogleCodeExporter commented 9 years ago
Our code uses Matcher.find():
http://download-llnw.oracle.com/javase/1.4.2/docs/api/java/util/regex/Matcher.ht
ml#find()

Matcher.find() should support this list:
http://download-llnw.oracle.com/javase/1.4.2/docs/api/java/util/regex/Pattern.ht
ml#sum

Is that sufficient information, or is further clarification needed?

Original comment by pamela.fox on 30 Jul 2010 at 1:05