Correct comments.
This commit is contained in:
parent
8dcd23238a
commit
ddf5f0532b
|
@ -1943,8 +1943,7 @@ else
|
||||||
number is less than 10, or if there are that many previous extracting left
|
number is less than 10, or if there are that many previous extracting left
|
||||||
brackets, it is a back reference. Otherwise, up to three octal digits are
|
brackets, it is a back reference. Otherwise, up to three octal digits are
|
||||||
read to form an escaped character code. Thus \123 is likely to be octal 123
|
read to form an escaped character code. Thus \123 is likely to be octal 123
|
||||||
(cf \0123, which is octal 012 followed by the literal 3). If the octal
|
(cf \0123, which is octal 012 followed by the literal 3).
|
||||||
value is greater than 377, the least significant 8 bits are taken.
|
|
||||||
|
|
||||||
Inside a character class, \ followed by a digit is always either a literal
|
Inside a character class, \ followed by a digit is always either a literal
|
||||||
8 or 9 or an octal number. */
|
8 or 9 or an octal number. */
|
||||||
|
@ -8114,7 +8113,7 @@ a pointer to a block of store holding a compiled version of the expression.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
pattern the regular expression
|
pattern the regular expression
|
||||||
patlen the length of the pattern, or < 0 for zero-terminated
|
patlen the length of the pattern, or PCRE2_ZERO_TERMINATED
|
||||||
options option bits
|
options option bits
|
||||||
errorptr pointer to errorcode
|
errorptr pointer to errorcode
|
||||||
erroroffset pointer to error offset
|
erroroffset pointer to error offset
|
||||||
|
|
Loading…
Reference in New Issue