diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-06 16:18:22 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-06 16:18:22 -0400 |
| commit | b912d84b1afe05e5f079bd6edef2f0d74020f9aa (patch) | |
| tree | a090a3aa65b2f3f93f4b6659a96bfc541d4463b9 /BJC-Utils2/data/formats.sprop | |
| parent | 0be891100df83544c89651c815105832e3e11eb9 (diff) | |
More properties
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 |
