diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 22:01:43 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 22:01:43 -0300 |
| commit | 941a5bcff34154cd8f236ec5b2348e4721242db1 (patch) | |
| tree | a3aef17817ee17b7fee282507069e7bc4c4514e6 /base/data/formats.sprop | |
| parent | 3b0b96a00e667a50c1135f88e9b72d68af2474cc (diff) | |
More module refactoring
Diffstat (limited to 'base/data/formats.sprop')
| -rw-r--r-- | base/data/formats.sprop | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/base/data/formats.sprop b/base/data/formats.sprop index 72f6e74..f8bd7f6 100644 --- a/base/data/formats.sprop +++ b/base/data/formats.sprop @@ -10,21 +10,6 @@ ## 2) The expression for the delimiter delimSeparatedList (?:%1$s(?:%2$s%1$s)*) -###################################### -# CL format string regular expressions -###################################### - -## Format a regular expression for matching a potential CL format directive -## Has two parts -## 1) The optional set of prefix parameters -## 2) The optional modifier -## Captures three things -## 1) The prefix parameters -## 2) The modifiers -## 3) The directive name -## 4) The function name, if the directive was a function call. -clFormatDirective ~(?<params>%1$s)?(?<modifiers>%2$s?)(?:%3$s) - #################################################### # Format strings for handling double-quoted strings. #################################################### |
