Skip to content

Commit c27a439

Browse files
committed
2 parents 4247e97 + 18017da commit c27a439

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/Regular Expressions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ $ - End of a String
5353
[^ ] - Matches Characters NOT in brackets
5454
| - Either Or
5555
( ) - Group
56+
(?: ) - Non capturing group
57+
5658
5759
Quantifiers:
5860
* - 0 or More

0 commit comments

Comments
 (0)