@hezelclark/regex-tester
v1.0.3
Published
Test regular expressions in your terminal
Downloads
106
Maintainers
Readme
@devkits/regex-tester
Test regular expressions in your terminal
Installation
npm install -g @devkits/regex-testerUsage
# Test if string is all digits
dk-regex "^\\d+$" "12345"
# Test email pattern
dk-regex "^\\w+@\\w+\\.\\w+$" "[email protected]"
# Direct with npx
npx @devkits/regex-tester "^hello" "hello world"Web Version
https://devkits-tools.surge.sh/tools/regex-tester
Pro Features
Upgrade: https://devkits-tools.surge.sh/pro - $9 one-time
See Also
- DevKits — 82 free developer tools
- Invoicely — Free invoice generator for freelancers
- SnapOG — Free OG image generator with 20+ templates
License
MIT © DevKits Team
