Added patterns of groups.
@ -48,8 +48,11 @@ description: |
### Groups
| Pattern | Description |
| ------- | ------------- |
| --------- | ------------------------- |
| `(abc)` | Capture group |
| `(a|b)` | Match either a or b |
| `(?:abc)` | Match everything enclosed |
### Quantifiers