Skip to content

Commit 4e0be4e

Browse files
committed
2 parents 13bab44 + 45e2e6f commit 4e0be4e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/Regular Expressions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
- Check validity fo user input
88
- like if user given input is valid email id, licensekey)
99
- If given data contain specific info like string contain numbers or symbols
10+
<<<<<<< HEAD
1011
- Find and Replace text
1112
- Split Text
13+
=======
14+
>>>>>>> 45e2e6faf522d9ab332a982e37c3b34ac42d8b25
1215
- Data extraction using pattern matching
1316

1417
## How to use it?
@@ -34,7 +37,13 @@ foreach (Match m in matches)
3437
999
3538
```
3639

40+
<<<<<<< HEAD
3741
## Regex Cheat Sheet
42+
=======
43+
44+
## Pattern
45+
46+
>>>>>>> 45e2e6faf522d9ab332a982e37c3b34ac42d8b25
3847
```
3948
. - Any Character Except New Line
4049
\d - Digit (0-9)

0 commit comments

Comments
 (0)