diff options
Diffstat (limited to 'BJC-Utils2/data/formats.sprop')
| -rw-r--r-- | BJC-Utils2/data/formats.sprop | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/BJC-Utils2/data/formats.sprop b/BJC-Utils2/data/formats.sprop index bdd9286..ba54208 100644 --- a/BJC-Utils2/data/formats.sprop +++ b/BJC-Utils2/data/formats.sprop @@ -5,7 +5,14 @@ #################################################### ## Format the three types of string escapes into a valid pattern. +## The three types are: +## 1) Short escapes. +## 2) Octal escapes. +## 3) Unicode escapes. stringEscape \\(%1$s|%2$s|%3$s) -## Format the parts of a regex into one that matches java-style double-quoted strings +## Format the parts of a regex into one that matches java-style double-quoted strings. +## The parts are: +## 1) Anything that's not a possible escape sequence or quote. +## 2) A possible escape sequence. doubleQuotes ("(%1$s|%2$s)*")
\ No newline at end of file |
