minor
This commit is contained in:
parent
040aea0270
commit
7a6a56601e
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ To clearly understand the change, let's trace the search step by step.
|
|||
|
||||

|
||||
|
||||
In this example we saw how the lazy mode works for `pattern:+?`. Quantifiers `pattern:+?` and `pattern:??` work the similar way -- the regexp engine increases the number of repetitions only if the rest of the pattern can't match on the given position.
|
||||
In this example we saw how the lazy mode works for `pattern:+?`. Quantifiers `pattern:*?` and `pattern:??` work the similar way -- the regexp engine increases the number of repetitions only if the rest of the pattern can't match on the given position.
|
||||
|
||||
**Laziness is only enabled for the quantifier with `?`.**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue