Skip to content

DudychMarian/Regulark

Repository files navigation

Regulark

Regulark is a open-source project that provides a set of pre-built regular expressions for common use cases, such as validating emails, URLs, and phone numbers.

Regulark - Collection of regular expressions | Product Hunt

Usage

To use Regulark, simply visit the website at [Under development] and select the regular expression that you would like to use. You can then enter your text into the input field to see if it matches the selected regular expression.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Contributing

We welcome contributions from the community! If you would like to contribute to Regulark, please follow these steps:

  • Create a pull request following the template below:
{
  "title": "Regular expressions title",
  "description": "Regex description",
  "pattern": ".*?",
  "placeholder": "placeholder",
}

All patterns are contained in the patterns.json file.

Important! Before submitting your patterns, make sure to validate the JSON file at https://jsonformatter.curiousconcept.com/

How do I report a bug or suggest an idea?

You can create an issue in the section https://github.com/DudychMarian/Regulark/issues. If you have any questions or suggestions, please contact me through GitHub or using the contact information below. (p.s.: Please note that the project is in beta stage).

regulark_1 regulark_2

License

MIT License - Dudych Marian 2023