mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
[dev-reference] Fix minor typo in docs
This commit is contained in:
parent
1a43a63218
commit
b16c6200ee
@ -165,7 +165,7 @@ The following regex constructs are supported by Hyperscan:
|
||||
:regexp:`{n,}` are supported with limitations.
|
||||
|
||||
* For arbitrary repeated sub-patterns: *n* and *m* should be either small
|
||||
or infinite, e.g. :regexp:`(a|b}{4}`, :regexp:`(ab?c?d){4,10}` or
|
||||
or infinite, e.g. :regexp:`(a|b){4}`, :regexp:`(ab?c?d){4,10}` or
|
||||
:regexp:`(ab(cd)*){6,}`.
|
||||
|
||||
* For single-character width sub-patterns such as :regexp:`[^\\a]` or
|
||||
|
Loading…
x
Reference in New Issue
Block a user