fixed typo in 08-regexp-greedy-and-lazy
This commit is contained in:
parent
da0063e450
commit
23c35fa79c
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ Complex regular expressions are hard to optimize, so the search may work exactly
|
||||||
|
|
||||||
## Alternative approach
|
## Alternative approach
|
||||||
|
|
||||||
With regexps, there's often more then one way to do the same thing.
|
With regexps, there's often more than one way to do the same thing.
|
||||||
|
|
||||||
In our case we can find quoted strings without lazy mode using the regexp `pattern:"[^"]+"`:
|
In our case we can find quoted strings without lazy mode using the regexp `pattern:"[^"]+"`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue