mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 04:24:48 +03:00
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