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 7b2843d commit e6eed1aCopy full SHA for e6eed1a
reference/constraints/Url.rst
@@ -244,7 +244,7 @@ or a regular expression::
244
// (e.g. 'https://', 'git+ssh://', 'file://', 'custom://')
245
protocols: ['*']
246
247
- // regular expressions compatible with PHP's preg_match() are also valid
+ // regular expressions are also valid
248
protocols: ['https?', 'custom.*', 'my-app-.*']
249
250
.. versionadded:: 7.4
0 commit comments