We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1e4cf commit c2f80f6Copy full SHA for c2f80f6
1 file changed
docs/Regular Expressions.md
@@ -7,11 +7,8 @@
7
- Check validity fo user input
8
- like if user given input is valid email id, licensekey)
9
- If given data contain specific info like string contain numbers or symbols
10
-<<<<<<< HEAD
11
- Find and Replace text
12
- Split Text
13
-=======
14
->>>>>>> 45e2e6faf522d9ab332a982e37c3b34ac42d8b25
15
- Data extraction using pattern matching
16
17
## How to use it?
@@ -37,13 +34,7 @@ foreach (Match m in matches)
37
34
999
38
35
```
39
36
40
41
## Regex Cheat Sheet
42
43
-
44
-## Pattern
45
46
47
48
. - Any Character Except New Line
49
\d - Digit (0-9)
0 commit comments