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 2c81c81 commit 893b9b6Copy full SHA for 893b9b6
cogs/utils/urls.py
@@ -0,0 +1,5 @@
1
+import urllib
2
+
3
+def url_encode(text):
4
+ encoded_text = urllib.parse.urlencode(text)
5
+ return encoded_text
0 commit comments