From d766896972c9e9be4a9e0021ec5f4f0665901865 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sat, 9 Sep 2017 21:46:16 -0300 Subject: Update Most of it is documentation changes. The rest is more work on BlockReaders, as well as a simple command language for configuring them. --- BJC-Utils2/data/formats.sprop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BJC-Utils2/data') 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)| -- cgit v1.2.3