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 00d8a6b commit 2f4c23cCopy full SHA for 2f4c23c
specs/jsonschema-validation.md
@@ -209,7 +209,8 @@ Omitting this keyword has the same behavior as a value of 0.
209
#### `pattern` {#pattern}
210
211
The value of this keyword MUST be a string. This string SHOULD be a valid
212
-regular expression as indicated in [JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
+regular expression as indicated in
213
+[JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
214
215
A string instance is considered valid if the regular expression matches the
216
instance successfully. Recall: regular expressions are not implicitly anchored.
0 commit comments