From f0953398f85800273b69bc84adf1b0573b08cb87 Mon Sep 17 00:00:00 2001 From: jsenjoy Date: Sat, 8 Oct 2016 15:50:26 +0800 Subject: [PATCH] Tweak readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2bf2b..4e67cfb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ JavaScript implementation of [Simple Regex](https://simple-regex.com/) :tada::ta [![codecov](https://codecov.io/gh/SimpleRegex/SRL-JavaScript/branch/master/graph/badge.svg)](https://codecov.io/gh/SimpleRegex/SRL-JavaScript) > Because of the JavaScript regex engine, there is something different from [Simple Regex](https://simple-regex.com/) -- Support `as` to assign capture name with CODE but not regex engine. +- Support `as` to assign capture name with CODE but not regex engine. - NOT support `if already had/if not already had` - NO `first match` and NO `all lazy`, since in JavaScript `lazy` means non-greedy (matching the fewest possible characters).