We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba81904 commit c8c62f8Copy full SHA for c8c62f8
README.md
@@ -7,7 +7,7 @@ JavaScript implementation of [Simple Regex](https://simple-regex.com/) :tada::ta
7
[](https://codecov.io/gh/SimpleRegex/SRL-JavaScript)
8
9
> 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.
+- Support `as` to assign capture name with CODE but not regex engine.
11
- NOT support `if already had/if not already had`
12
- NO `first match` and NO `all lazy`, since in JavaScript `lazy` means non-greedy (matching the fewest possible characters).
13
0 commit comments