We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95b1f8 commit bda2cb1Copy full SHA for bda2cb1
README.md
@@ -28,7 +28,6 @@ py -m pip install urlpattern
28
```py
29
from urlpattern import URLPattern
30
31
-
32
pattern = URLPattern("https://example.com/*")
33
print(pattern.test("https://example.com/foo/bar")) # output: True
34
0 commit comments