mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
7 lines
430 B
Markdown
7 lines
430 B
Markdown
# oxc_regular_expression
|
||
|
||
Implements ECMAScript® 2024 Language Specification
|
||
|
||
- https://tc39.es/ecma262/2024/multipage/ecmascript-language-lexical-grammar.html#sec-literals-regular-expression-literals
|
||
- https://tc39.es/ecma262/2024/multipage/text-processing.html#sec-regexp-regular-expression-objects
|
||
- https://tc39.es/ecma262/2024/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expressions-patterns
|