mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
regex: fix typo in README.md (#19201)
This commit is contained in:
parent
644c68ce94
commit
b6c7104d9e
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ match too, finally test the token `c`.
|
||||||
> Two char classes with an `OR` in the middle is a syntax error.
|
> Two char classes with an `OR` in the middle is a syntax error.
|
||||||
|
|
||||||
That also means, that a query string like `abc|bde` is not equal to
|
That also means, that a query string like `abc|bde` is not equal to
|
||||||
`(abc)|(bde)`, but instead to `ab(c|b)de.
|
`(abc)|(bde)`, but instead to `ab(c|b)de`.
|
||||||
The OR operation works only for `c|b`, not at char concatenation level.
|
The OR operation works only for `c|b`, not at char concatenation level.
|
||||||
|
|
||||||
### Groups
|
### Groups
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue