mirror of
https://github.com/corda/corda.git
synced 2025-04-09 20:31:52 +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>