Update regexp.md
This commit is contained in:
parent
41babf9c07
commit
df11d9ed8b
|
@ -48,10 +48,10 @@ description: |
|
||||||
### Groups
|
### Groups
|
||||||
|
|
||||||
| Pattern | Description |
|
| Pattern | Description |
|
||||||
| --------- | ------------------------- |
|
| --------- | ------------------------------ |
|
||||||
| `(abc)` | Capture group |
|
| `(abc)` | Capture group |
|
||||||
| `(a|b)` | Match either a or b |
|
| `(a|b)` | Match `a` or `b` |
|
||||||
| `(?:abc)` | Match everything enclosed |
|
| `(?:abc)` | Match `abc`, but don't capture |
|
||||||
|
|
||||||
|
|
||||||
### Quantifiers
|
### Quantifiers
|
||||||
|
|
Loading…
Reference in New Issue