Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added is-url #102

Merged
merged 3 commits into from
Oct 19, 2023
Merged

added is-url #102

merged 3 commits into from
Oct 19, 2023

Conversation

Nisarg155
Copy link
Contributor

Related Issue

Proposed Changes

Additional Info

  • is-url is a JavaScript library that provides simple URL validation. It allows you to check whether a given string is a valid URL or not. The library typically checks if the input follows the basic URL structure and whether the protocol and domain are in a valid format.

Checklist

  • ✅ My code follows the code style of this project.

  • 📝 My change requires a change to the README.

  • 🎀 I have updated the README accordingly.

  • 👀 I have read the CONTRIBUTING document.

  • ✨ I have added tests to cover my changes.

  • 🚩 All new and existing tests passed.

  • 🌟 ed the repo

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to change)

@MEHTAUDIT MEHTAUDIT merged commit 7cdf7c3 into developer-student-clubs:master Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants