@vikrant_kadam/regex-simplifier
v1.0.4
Published
Convert between plain English and regex patterns with ease
Maintainers
Readme
@vikrant_kadam/regex-simplifier
🌟 Overview
The @vikrant_kadam/regex-simplifier is a lightweight and intuitive npm package designed to make working with regular expressions easier for developers of all skill levels.
It abstracts away the complex syntax of regex by providing a set of simple, human-readable functions.
✨ Features
This package offers three core functionalities:
englishToRegex→ Convert plain English descriptions into a regex pattern.regexToEnglish→ Get a plain English explanation for a given regex pattern.testRegex→ Test a regex pattern against a sample string to see what it matches.
📦 Installation
To add this package to your project, simply run:
npm install @vikrant_kadam/regex-simplifierContributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page or submit a pull request.
If you’d like to contribute:
- Fork the repository
- Create a new feature branch (
git checkout -b feature-xyz) - Commit your changes (
git commit -m "Added feature xyz") - Push to the branch (
git push origin feature-xyz) - Open a pull request 🎉
License
MIT License © 2025 Vikrant Kadam
