corda/test/regex
Johannes Schindelin e2105670a0 Regex compiler: fall back to TrivialPattern when possible
While at it, let's get rid of the unescaping in TrivialPattern which was
buggy anyway: special operators such as \b were misinterpreted as trivial
patterns.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-12-03 12:28:10 -06:00
..
CharacterMatcher.java Regex: add a class for matching character classes 2013-12-03 12:28:10 -06:00
Compiler.java Regex compiler: fall back to TrivialPattern when possible 2013-12-03 12:28:10 -06:00
Matcher.java Prepare the Matcher class for multiple groups 2013-12-03 12:28:10 -06:00
Pattern.java Regex compiler: fall back to TrivialPattern when possible 2013-12-03 12:28:10 -06:00
PikeVM.java Regex compiler: fall back to TrivialPattern when possible 2013-12-03 12:28:10 -06:00
PikeVMOpcodes.java Regex: support prioritized threads 2013-12-03 12:28:10 -06:00
RegexMatcher.java Prepare the Matcher class for multiple groups 2013-12-03 12:28:10 -06:00
RegexPattern.java Implement Pattern / Matcher classes based on the PikeVM 2013-12-03 12:28:10 -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