Skip to content

Commit c2f80f6

Browse files
committed
Fix for markdown
1 parent bb1e4cf commit c2f80f6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

docs/Regular Expressions.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
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
1110
- Find and Replace text
1211
- Split Text
13-
=======
14-
>>>>>>> 45e2e6faf522d9ab332a982e37c3b34ac42d8b25
1512
- Data extraction using pattern matching
1613

1714
## How to use it?
@@ -37,13 +34,7 @@ foreach (Match m in matches)
3734
999
3835
```
3936

40-
<<<<<<< HEAD
4137
## Regex Cheat Sheet
42-
=======
43-
44-
## Pattern
45-
46-
>>>>>>> 45e2e6faf522d9ab332a982e37c3b34ac42d8b25
4738
```
4839
. - Any Character Except New Line
4940
\d - Digit (0-9)

0 commit comments

Comments
 (0)