Skip to content

Commit c8c62f8

Browse files
committed
Tweak readme
1 parent ba81904 commit c8c62f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JavaScript implementation of [Simple Regex](https://simple-regex.com/) :tada::ta
77
[![codecov](https://codecov.io/gh/SimpleRegex/SRL-JavaScript/branch/master/graph/badge.svg)](https://codecov.io/gh/SimpleRegex/SRL-JavaScript)
88

99
> Because of the JavaScript regex engine, there is something different from [Simple Regex](https://simple-regex.com/)
10-
- Support `as` to assign capture name with CODE but not regex engine.
10+
- Support `as` to assign capture name with CODE but not regex engine.
1111
- NOT support `if already had/if not already had`
1212
- NO `first match` and NO `all lazy`, since in JavaScript `lazy` means non-greedy (matching the fewest possible characters).
1313

0 commit comments

Comments
 (0)