innovatorved
commited on
Commit
•
9108e5f
1
Parent(s):
35277e6
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- regex
|
5 |
+
pretty_name: Regex Dataset
|
6 |
---
|
7 |
+
|
8 |
+
# Regex Dataset
|
9 |
+
|
10 |
+
This repository contains a collection of regular expressions (regex) sourced from [regex101.com](https://regex101.com).
|
11 |
+
|
12 |
+
## Dataset
|
13 |
+
|
14 |
+
The dataset is composed of various regular expressions. Each regex is associated with a specific use case or pattern matching requirement.
|
15 |
+
|
16 |
+
**Example**
|
17 |
+
|
18 |
+
```json
|
19 |
+
|
20 |
+
```
|