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
345446519b
commit
6fd77679d9
@ -165,7 +165,7 @@ The following regex constructs are supported by Hyperscan:
|
|||||||
:regexp:`{n,}` are supported with limitations.
|
:regexp:`{n,}` are supported with limitations.
|
||||||
|
|
||||||
* For arbitrary repeated sub-patterns: *n* and *m* should be either small
|
* 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,}`.
|
:regexp:`(ab(cd)*){6,}`.
|
||||||
|
|
||||||
* For single-character width sub-patterns such as :regexp:`[^\\a]` or
|
* For single-character width sub-patterns such as :regexp:`[^\\a]` or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user