diff --git a/README.md b/README.md index 0e0a745..9a7192e 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,6 @@ C will, through backtracing, successfully match the literal. -```text -A -..? -B -C -..* -D -E -``` - There are two reasons why you should default to using `..?` rather than `..*`. Most obviously `..?` does not backtrack and has linear performance. Less obviously `..?` prevents literals from matching when they contain multiple