We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e3804 commit a98a84dCopy full SHA for a98a84d
specs/jsonschema-validation.md
@@ -210,7 +210,8 @@ Omitting this keyword has the same behavior as a value of 0.
210
#### `pattern` {#pattern}
211
212
The value of this keyword MUST be a string. This string SHOULD be a valid
213
-regular expression as indicated in [JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
+regular expression as indicated in
214
+[JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
215
216
A string instance is considered valid if the regular expression matches the
217
instance successfully. Recall: regular expressions are not implicitly anchored.
0 commit comments