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 f441a09 commit 9c5e01eCopy full SHA for 9c5e01e
validators/url.py
@@ -81,7 +81,7 @@
81
# port number
82
r"(?::\d{2,5})?"
83
# resource path
84
- u"(?:/[-a-z\u00a1-\uffff\U00010000-\U0010ffff0-9._~%!$&'()*+,;=:@/]*)?"
+ r"(?:/[-a-z\u00a1-\uffff\U00010000-\U0010ffff0-9._~%!$&'()*+,;=:@/]*)?"
85
# query string
86
r"(?:\?\S*)?"
87
# fragment
0 commit comments