doc regex: Avoid confusion in relationship with ECMAScript

The prologue led some users to believe the implementation was compliant with ECMAScript let alone some differences (who *are* documented at the end of the page).
This commit is contained in:
Frank LENORMAND 2021-10-29 12:09:19 +02:00 committed by GitHub
parent be4659097c
commit 764a8b0602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
== Regex syntax
Kakoune regex syntax is based on ECMAScript syntax, as defined by the
Kakoune's regex syntax is inspired after ECMAScript, as defined by the
ECMA-262 standard (see <<regex#compatibility,:doc regex compatibility>>).
Kakoune's regex always runs on Unicode codepoint sequences, not on bytes.