regexits

regexits is a lightweight javascript Regex solution

MIT License

Downloads
42
Stars
8
Committers
3

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

🤝 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

Package Rankings
Top 23.31% on Npmjs.org