Skip to content

octocademy/utils-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octocademy Utils Library

Summary

The Octocademy Utils Library is a collection of utility functions designed to assist with common programming tasks, such as validating email addresses, phone numbers, secure URLs, and GitHub URLs.

Key Validation Methods

  • Email Validation: Checks if an email address is valid. Example: is_email_valid('test@example.com')
  • Phone Number Validation: Checks if a phone number is valid. Example: is_phone_valid('1234567890')
  • Secure URL Validation: Checks if a URL is secure (HTTPS). Example: is_secure_url_valid('https://example.com')
  • GitHub URL Validation: Checks if a URL is a valid address of GitHub.com. Example: is_github_url_valid('https://github.com/octocademy/utils-library')

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

We welcome contributions to the Octocademy Utils Library! Please see our CONTRIBUTING.md file for detailed instructions on how to contribute, including steps on using GitHub Codespaces and the .devcontainer/devcontainer.json to ease the setup process.

About

Utility Libraries for Octocademy

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages