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 359a1f5 commit 3429277Copy full SHA for 3429277
Specialized Areas/Regular Expressions/Img Tag Regex validator/README.md
@@ -1,8 +1,8 @@
1
**Regex Pattern**
2
-<img : looks for <img in text
3
-\w : looks for any word character (equivalent to [a-zA-Z0-9_])
4
-\W looks for any non-word character (equivalent to [^a-zA-Z0-9_])
5
-> : looks for character >
+1. <img : looks for <img in text
+2. \w : looks for any word character (equivalent to [a-zA-Z0-9_])
+3. \W looks for any non-word character (equivalent to [^a-zA-Z0-9_])
+4. > : looks for character >
6
7
**How to use**
8
1. Run this query in background/Fix scripts.
0 commit comments