diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-09-09 21:46:16 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-09-09 21:47:34 -0300 |
| commit | d766896972c9e9be4a9e0021ec5f4f0665901865 (patch) | |
| tree | 1f6473300ef86e0697d682360bea0d28fc144baa /BJC-Utils2/data/formats.sprop | |
| parent | 40f3a28569366c4357fbda11d2fff3b77686d84f (diff) | |
Update
Most of it is documentation changes.
The rest is more work on BlockReaders, as well as a simple command
language for configuring them.
Diffstat (limited to 'BJC-Utils2/data/formats.sprop')
| -rw-r--r-- | BJC-Utils2/data/formats.sprop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BJC-Utils2/data/formats.sprop b/BJC-Utils2/data/formats.sprop index 9388e02..7d8fc94 100644 --- a/BJC-Utils2/data/formats.sprop +++ b/BJC-Utils2/data/formats.sprop @@ -107,7 +107,7 @@ fpNumber (?:%1$s|%2$s|%3$s) ## ## NOTE: The parens are not mismatched. ## The other one is contributed by the leader. -fpDouble %1$1(?:%2$s[fFdD]?))[\x00-\x20]* +fpDouble %1$s(?:%2$s[fFdD]?))[\x00-\x20]* ######################################### # Format strings for handling delimiters. @@ -132,4 +132,4 @@ multipleDelim (?:\Q%1$s\E)+| ## 1) A string. ## ## This matches one occurrence of the provided string as a literal. -simpleDelim (?:\Q%1$s\E)|
\ No newline at end of file +simpleDelim (?:\Q%1$s\E)| |
