parent
1e927dccfc
commit
41babf9c07
|
@ -48,8 +48,11 @@ description: |
|
||||||
### Groups
|
### Groups
|
||||||
|
|
||||||
| Pattern | Description |
|
| Pattern | Description |
|
||||||
| ------- | ------------- |
|
| --------- | ------------------------- |
|
||||||
| `(abc)` | Capture group |
|
| `(abc)` | Capture group |
|
||||||
|
| `(a|b)` | Match either a or b |
|
||||||
|
| `(?:abc)` | Match everything enclosed |
|
||||||
|
|
||||||
|
|
||||||
### Quantifiers
|
### Quantifiers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue