We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10e7cf1 + bb64c92 commit bef34fcCopy full SHA for bef34fc
1 file changed
Prompts/URL Validator
@@ -0,0 +1,7 @@
1
+Given a URL. Validate the link and `strictly return response as a boolean value`.
2
+Return false if you are unable to validate the URL.
3
+Example:
4
+URL: https://www.google.com
5
+Output: true
6
+URL: https://ww.google.com
7
+Output: false
0 commit comments