https://github.com/innovatorved/regex_dataset
Just a regex dataset!
https://github.com/innovatorved/regex_dataset
innovatorved regex regex-pattern
Last synced: 3 months ago
JSON representation
Just a regex dataset!
- Host: GitHub
- URL: https://github.com/innovatorved/regex_dataset
- Owner: innovatorved
- License: mit
- Created: 2024-11-09T14:52:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:12:21.000Z (over 1 year ago)
- Last Synced: 2025-03-10T01:19:27.419Z (over 1 year ago)
- Topics: innovatorved, regex, regex-pattern
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regex Pattern Dataset
This repository contains a collection of regular expression patterns with their corresponding test cases and descriptions. The dataset is stored in JSON format and includes various regex patterns for common use cases.
## Dataset Structure
Each entry in the dataset contains:
- `created_at`: Timestamp of when the pattern was added
- `title`: Name/title of the regex pattern
- `description`: Description or explanation of the pattern (if available)
- `text`: Sample test strings for the pattern
- `regex`: The regular expression pattern
## Examples
The dataset includes patterns for:
- Email validation
- Password validation
- VAT number validation
- Name formatting
- URL parsing
- And many more common regex use cases
## Usage
The data is stored in a JSON format that can be easily parsed and used in applications. Each pattern includes test cases in the `text` field to verify the regex behavior.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) for details.