Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ To read more about these options and how to use them, visit the
The backslash (`\`) is used to escape characters so they aren't parsed by the
regular expression engine.

The following characters are reserved: `[]().\^$|?*+{}`.
The following characters are reserved: `[().\^$|?*+{`.

You'll need to escape these characters in your patterns to match them in your
input strings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ To read more about these options and how to use them, visit the
The backslash (`\`) is used to escape characters so they aren't parsed by the
regular expression engine.

The following characters are reserved: `[]().\^$|?*+{}`.
The following characters are reserved: `[().\^$|?*+{`.

You'll need to escape these characters in your patterns to match them in your
input strings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ To read more about these options and how to use them, visit the
The backslash (`\`) is used to escape characters so they aren't parsed by the
regular expression engine.

The following characters are reserved: `[]().\^$|?*+{}`.
The following characters are reserved: `[().\^$|?*+{`.

You'll need to escape these characters in your patterns to match them in your
input strings.
Expand Down