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