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 d59bda8 commit c9038e8Copy full SHA for c9038e8
jsonschema-core.xml
@@ -563,6 +563,11 @@
563
These regular expressions SHOULD be valid according to the regular expression
564
dialect described in <xref target="ecma262">ECMA-262, section 21.2.1</xref>.
565
</t>
566
+ <t>
567
+ Unless otherwise specified by a keyword, regular expressions MUST NOT be
568
+ considered to be implicitly anchored at either end. All regular expression
569
+ keywords in this specification and its companion documents are un-anchored.
570
+ </t>
571
<t>
572
Regular expressions SHOULD be built with the "u" flag (or equivalent) to provide
573
Unicode support, or processed in such a way which provides Unicode support as
0 commit comments