Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dudychmarian/regulark
- Owner: DudychMarian
- License: mit
- Created: 2023-03-19T23:58:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T07:16:06.000Z (about 1 month ago)
- Last Synced: 2024-11-21T08:21:17.400Z (about 1 month ago)
- Topics: react, react-router, reactjs, scss, typescript
- Language: TypeScript
- Homepage: https://regulark.dudych.im
- Size: 59.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
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: [[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