We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13bab44 + 45e2e6f commit 4e0be4eCopy full SHA for 4e0be4e
1 file changed
docs/Regular Expressions.md
@@ -7,8 +7,11 @@
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?
@@ -34,7 +37,13 @@ foreach (Match m in matches)
34
37
999
35
38
```
36
39
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