File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 573
573
These regular expressions SHOULD be valid according to the regular expression
574
574
dialect described in <xref target =" ecma262" >ECMA-262, section 21.2.1</xref >.
575
575
</t >
576
+ <t >
577
+ Unless otherwise specified by a keyword, regular expressions MUST NOT be
578
+ considered to be implicitly anchored at either end. All regular expression
579
+ keywords in this specification and its companion documents are un-anchored.
580
+ </t >
576
581
<t >
577
582
Regular expressions SHOULD be built with the "u" flag (or equivalent) to provide
578
583
Unicode support, or processed in such a way which provides Unicode support as
2449
2454
Validation succeeds if, for each instance name that matches any
2450
2455
regular expressions that appear as a property name in this keyword's value,
2451
2456
the child instance for that name successfully validates against each
2452
- schema that corresponds to a matching regular expression.
2457
+ schema that corresponds to a matching regular expression. Recall: regular
2458
+ expressions are not implicitly anchored.
2453
2459
</t >
2454
2460
<t >
2455
2461
The annotation result of this keyword is the set of instance
You can’t perform that action at this time.
0 commit comments