From c82e3b3b2de0633317ec8fc85925e91422820597 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sun, 8 Oct 2017 22:39:59 -0300 Subject: Start splitting into maven modules --- BJC-Utils2/data/regexes.sprop | 61 ------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 BJC-Utils2/data/regexes.sprop (limited to 'BJC-Utils2/data/regexes.sprop') diff --git a/BJC-Utils2/data/regexes.sprop b/BJC-Utils2/data/regexes.sprop deleted file mode 100644 index 89c5b4f..0000000 --- a/BJC-Utils2/data/regexes.sprop +++ /dev/null @@ -1,61 +0,0 @@ -# File storage for static regular expressions. - -######################################################## -# Regular expressions for handling double-quoted strings -######################################################## - -## Match a possible single character escape -possibleStringEscape \\. - -## Match valid string escapes -shortFormStringEscape [btnfr"'\\] -octalStringEscape [0-3]?[0-7]{1,2} -unicodeStringEscape u[0-9a-fA-F]{4} - -## Match an unescaped quote in a string. -unescapedQuote (?[\S&&[^/]])|(?:/(?[\S&&[^/]]+)/)) -############################################## -# Miscellaneous validation regular expressions -############################################## -intLiteral \A[+\-]\d+\Z \ No newline at end of file -- cgit v1.2.3