doc regex: Avoid confusion in relationship with ECMAScript
Co-authored-by: Screwtapello <thristian@gmail.com>
This commit is contained in:
parent
764a8b0602
commit
0442453a64
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
== Regex syntax
|
== 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 <<regex#compatibility,:doc regex compatibility>>).
|
ECMA-262 standard (see <<regex#compatibility,:doc regex compatibility>>).
|
||||||
|
|
||||||
Kakoune's regex always runs on Unicode codepoint sequences, not on bytes.
|
Kakoune's regex always runs on Unicode codepoint sequences, not on bytes.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user