corda/classpath/java/util/regex
Johannes Schindelin 728473e9ad Support escaped octal and hexadecimal characters in regular expressions
In the previous commit, we did not support characters in regular
expressions specified via \0..., \x... or \u... yet. This is a bit more
involved, therefore support for them is added in its own commit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-10-21 13:34:33 -05:00
..
Matcher.java update copyright years 2013-07-02 20:52:38 -06:00
Pattern.java Support escaped octal and hexadecimal characters in regular expressions 2013-10-21 13:34:33 -05:00