Merge remote-tracking branch 'occivink/doc-fix'
This commit is contained in:
commit
ab25561da2
|
@ -38,8 +38,8 @@ class is negated, meaning that it matches every character not specified
|
||||||
in the character class.
|
in the character class.
|
||||||
|
|
||||||
Literals match themselves, including syntax characters, so `^`
|
Literals match themselves, including syntax characters, so `^`
|
||||||
does not need to be escaped in a character class. `[*+]` matches both
|
does not need to be escaped in a character class. `[\*+]` matches both
|
||||||
the `*` character and the `+` character. Literal escape sequences are
|
the `\*` character and the `+` character. Literal escape sequences are
|
||||||
supported, so `[\n\r]` matches both the line feed and carriage return
|
supported, so `[\n\r]` matches both the line feed and carriage return
|
||||||
characters.
|
characters.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user