From 0442453a646707eefa6e0de23c086f83c94f4143 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND <1379068+lenormf@users.noreply.github.com> Date: Fri, 29 Oct 2021 19:21:50 +0200 Subject: [PATCH] doc regex: Avoid confusion in relationship with ECMAScript Co-authored-by: Screwtapello --- doc/pages/regex.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/regex.asciidoc b/doc/pages/regex.asciidoc index 335489c3..416efd1f 100644 --- a/doc/pages/regex.asciidoc +++ b/doc/pages/regex.asciidoc @@ -2,7 +2,7 @@ == Regex syntax -Kakoune's regex syntax is inspired after ECMAScript, as defined by the +Kakoune's regex syntax is inspired by ECMAScript, as defined by the ECMA-262 standard (see <>). Kakoune's regex always runs on Unicode codepoint sequences, not on bytes.