summaryrefslogtreecommitdiff
path: root/BJC-Utils2/data/formats.sprop
diff options
context:
space:
mode:
authorbjculkin <bjculkin@mix.wvu.edu>2017-04-06 16:02:40 -0400
committerbjculkin <bjculkin@mix.wvu.edu>2017-04-06 16:02:40 -0400
commit0be891100df83544c89651c815105832e3e11eb9 (patch)
treed9ef2b10e6cf39c77911a54be5cb62f782054b50 /BJC-Utils2/data/formats.sprop
parent0ff9ed78aadb32f85ee3e37f5574d7ca2e12cdf5 (diff)
Start moving things to properties
This cuts down on the amount of regex escapes
Diffstat (limited to 'BJC-Utils2/data/formats.sprop')
-rw-r--r--BJC-Utils2/data/formats.sprop11
1 files changed, 11 insertions, 0 deletions
diff --git a/BJC-Utils2/data/formats.sprop b/BJC-Utils2/data/formats.sprop
new file mode 100644
index 0000000..bdd9286
--- /dev/null
+++ b/BJC-Utils2/data/formats.sprop
@@ -0,0 +1,11 @@
+# File storage for format strings
+
+####################################################
+# Format strings for handling double-quoted strings.
+####################################################
+
+## Format the three types of string escapes into a valid pattern.
+stringEscape \\(%1$s|%2$s|%3$s)
+
+## Format the parts of a regex into one that matches java-style double-quoted strings
+doubleQuotes ("(%1$s|%2$s)*") \ No newline at end of file