regexits

2.0.2 • Public • Published

Welcome to Regexits 👋

Documentation Maintenance License: MIT Twitter: james_r_perkins

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

Dependents (0)

Package Sidebar

Install

npm i regexits

Weekly Downloads

2

Version

2.0.2

License

MIT

Unpacked Size

21.8 kB

Total Files

13

Last publish

Collaborators

  • james_r_perkins