From daf3dd50a3b34842c01a7402e277626fb1d36b56 Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 27 Jul 2020 12:59:19 -0400 Subject: lexlua: Updated documentation. --- doc/LPegLexer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/LPegLexer.html') diff --git a/doc/LPegLexer.html b/doc/LPegLexer.html index a9ecbbf72..2926ae13b 100644 --- a/doc/LPegLexer.html +++ b/doc/LPegLexer.html @@ -536,7 +536,7 @@ operator 30 lpeg.P(n) - Matches exactly n characters. + Matches exactly n number of characters. lpeg.S(string) @@ -564,7 +564,7 @@ operator 30 patt1 - patt2 - Matches patt1 if patt2 does not match. + Matches patt1 if patt2 does not also match. -patt @@ -1977,8 +1977,8 @@ operator 30

lexer.last_char_includes (s)

-

Creates and returns a pattern that verifies that string set s contains the - first non-whitespace character behind the current match position.

+

Creates and returns a pattern that verifies the first non-whitespace character + behind the current match position is in string set s.

Parameters:

-- cgit v1.2.3