Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dudychmarian/regulark

👀 Collection of regular expressions
https://github.com/dudychmarian/regulark

react react-router reactjs scss typescript

Last synced: 28 days ago
JSON representation

👀 Collection of regular expressions

Awesome Lists containing this project

README

        

# 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:

```bash
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:

```json
{
"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
. 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).

- LinkedIn: [Marian Dudych](https://www.linkedin.com/in/marian-dudych-960a69206/)
- E-Mail: [[email protected]](mailto:[email protected])

![regulark_1](https://user-images.githubusercontent.com/62218468/227976709-91a8c04c-b57b-4a58-8032-b1ec2a304e9e.png)
![regulark_2](https://user-images.githubusercontent.com/62218468/227976748-6e6afb69-9779-4479-a731-16e408434e6e.png)

## License

MIT License - Dudych Marian 2023