summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorrrt <rrt>2006-01-21 03:30:32 +0000
committerrrt <rrt>2006-01-21 03:30:32 +0000
commit480d8a501b64e1b6446996348545af7b5b30af0c (patch)
treecf0e682cd6ba6a7cada97d802de901f27bd58d2e /README
parent84c021e6b49df05e0ad4facd13d05e39f1a7536b (diff)
downloadlrexlib-480d8a501b64e1b6446996348545af7b5b30af0c.tar.gz
Change non-Windows text files to Unix line endings
Diffstat (limited to 'README')
-rwxr-xr-xREADME8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 9b35423..bda6bcf 100755
--- a/README
+++ b/README
@@ -54,9 +54,9 @@ r:match(s[, st[, ef[, co]]])
returns
* the start and end point of the first match of the compiled
regexp r in the string s, starting from offset st (a
- number), subject to execution flags ef (a number);
-
- * PCRE: callout function co may be specified.
+ number), subject to execution flags ef (a number);
+
+ * PCRE: callout function co may be specified.
* substring matches ("captures" in Lua terminology) are
returned as a third result, in a table (this table
@@ -79,7 +79,7 @@ r:exec(s[, st[, ef[, co]]])
substring matches are at offsets 12,14 and 16,19 then the
function returns the following: 10, 20, { 12,14,16,19 }.
-r:dfa_exec(s[, st[, ef[, co]]])
+r:dfa_exec(s[, st[, ef[, co]]])
--PCRE 6.0 and higher only--
r:gmatch(s, f[, n[, ef]])