commit
7010476b4f
|
@ -50,8 +50,11 @@ description: |
|
||||||
### Groups
|
### Groups
|
||||||
|
|
||||||
| Pattern | Description |
|
| Pattern | Description |
|
||||||
| ------- | ------------- |
|
| --------- | ------------------------------ |
|
||||||
| `(abc)` | Capture group |
|
| `(abc)` | Capture group |
|
||||||
|
| `(a|b)` | Match `a` or `b` |
|
||||||
|
| `(?:abc)` | Match `abc`, but don't capture |
|
||||||
|
|
||||||
|
|
||||||
### Quantifiers
|
### Quantifiers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue