We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74ddb4 commit 9b96d6aCopy full SHA for 9b96d6a
jsonschema-core.xml
@@ -547,6 +547,11 @@
547
These regular expressions SHOULD be valid according to the regular expression
548
dialect described in <xref target="ecma262">ECMA 262, section 21.2.1</xref>.
549
</t>
550
+ <t>
551
+ Regular expressions SHOULD be built with the "u" flag (or equivilent) to provide
552
+ Unicode support, or processed in such a way which provides which provides Unicode
553
+ as defined by ECMA 262.
554
+ </t>
555
<t>
556
Furthermore, given the high disparity in regular expression constructs support,
557
schema authors SHOULD limit themselves to the following regular expression
0 commit comments