https://github.com/dudychmarian/regulark
👀 Collection of regular expressions
https://github.com/dudychmarian/regulark
react react-router reactjs scss typescript
Last synced: about 1 year ago
JSON representation
👀 Collection of regular expressions
- Host: GitHub
- URL: https://github.com/dudychmarian/regulark
- Owner: DudychMarian
- License: mit
- Created: 2023-03-19T23:58:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T10:01:26.000Z (about 1 year ago)
- Last Synced: 2025-03-28T11:21:58.015Z (about 1 year ago)
- Topics: react, react-router, reactjs, scss, typescript
- Language: TypeScript
- Homepage: https://regulark.dudych.im
- Size: 42.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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: [dudychmarian@proton.me](mailto:dudychmarian@proton.me)


## License
MIT License - Dudych Marian 2023