regexits
v2.0.2
Published
regexits will perform curated regex on a strings
Downloads
27
Maintainers
Readme
Regexits is a curated package to handle regex on your next project
🏠 Homepage
Install
npm install
Run tests
npm run test
How to use
const regexits = require('regexits')
// To find if a string matches a pattern.
regexits.match(string, pattern);
// To remove a certain type from a string.
regexits.removeFromString(string, pattern);
// To get parameters from url.
regexits.getURLParameters(url);
What Regex matching is available
DateSlashes , Time24hr , Date
ISO8601DT , HTMLtag , HEXColor
URLSlug , SrcImgTag , URL
Email, Password , PosInt
NegInt, Integer , PosNum
NegNum, Num ,PhoneNum
NewLine , CSSComment , USCAZip
SSN , EMAIL, IPV4
IPV6 , IPV4ORV6 , VISA
MASTERCARD , AMEX ,DINERS
DISCOVER, JCB , POBOX
SHA256 , MD5 , MAINNET
TESTNET , GITHUB
Author
👤 James Perkins
- Twitter: @james_r_perkins
- Github: @perkinsjr
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 James Perkins. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator