Skip to content

Commit bb64c92

Browse files
Create URL Validator
Created a Prompt to validate URL
1 parent 89302f9 commit bb64c92

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Prompts/URL Validator

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)