We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5c5a7 commit d4b0802Copy full SHA for d4b0802
Specialized Areas/Regular Expressions/Img Tag Regex validator/README.md
@@ -1,7 +1,7 @@
1
**Regex Pattern**
2
1. <img : looks for <img in text
3
2. \w : looks for any word character (equivalent to [a-zA-Z0-9_])
4
-3. \W looks for any non-word character (equivalent to [^a-zA-Z0-9_])
+3. \W : looks for any non-word character (equivalent to [^a-zA-Z0-9_])
5
4. '>' : looks for character >
6
7
**How to use**
0 commit comments