Packages for user input validation such as emails, URLs, or numbers. 💖
Web Browser
- Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].Internet
- Because many use CDN and to make it easier to find solutions to all problems.
const ValidationLibrary = require('./src/validation');
// Example usage of validateEmail function
const isValidEmail = ValidationLibrary.validateEmail('test@example.com');
console.log('Is valid email?', isValidEmail); // Output: true
// Example usage of validateURL function
const isValidURL = ValidationLibrary.validateURL('https://example.com');
console.log('Is valid URL?', isValidURL); // Output: true
validateEmail(email)
: Validates the format of an email address.validateURL(url)
: Validates the format of a URL.
- Each validation function returns true if the input passes the validation, and false otherwise.
- v1.0.0 : 07 March 2024
- v1.0.1 : 11 March 2024
- v4.0.0 : 11 March 2024
- v4.0.1 : 12 March 2024
- v4.0.2 : 13 March 2024
- v4.0.3 : 18 March 2024
- v5.0.0 : 31 March 2024
- Facebook : Oned Ionys
- Instagram : @onedionys
- Twitter : @onedionys
- LinkedIn : @onedionys
- Copyright © 2024 One Dionys
- One Dionys - Validation Library is an open source project licensed under the MIT license
Love One Dionys - Validation Library? Support this project by donating or sharing with others in need.
Made with ❤️ One Dionys