mirror of
https://github.com/corda/corda.git
synced 2025-02-28 20:06:25 +00:00
When a regular expression contains escaped characters such as the backslash, it is actually still a literal string. So let's support the trivially-escaped characters, too, that are documented in http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>