corda/test/regex
Johannes Schindelin e96379ee19 Regex: document the strengths and limitations
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-12-04 12:52:02 -06:00
..
CharacterMatcher.java Regex: let toString() in the Compiler reconstruct the regex 2013-12-04 12:52:02 -06:00
Compiler.java Regex: let toString() in the Compiler reconstruct the regex 2013-12-04 12:52:02 -06:00
Matcher.java Prepare the Matcher class for multiple groups 2013-12-03 12:28:10 -06:00
Pattern.java Regex: Implement reluctant '?', '*' and '+' 2013-12-03 12:28:11 -06:00
PikeVM.java Regex: implement ^,$,\b and \B 2013-12-03 12:28:11 -06:00
PikeVMOpcodes.java Regex: implement ^,$,\b and \B 2013-12-03 12:28:11 -06:00
RegexMatcher.java Regex: implement find() 2013-12-03 12:28:11 -06:00
RegexPattern.java Regex: document the strengths and limitations 2013-12-04 12:52:02 -06:00
TrivialMatcher.java Refactor Pattern / Matcher classes 2013-12-03 12:28:10 -06:00
TrivialPattern.java Regex compiler: fall back to TrivialPattern when possible 2013-12-03 12:28:10 -06:00