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 3429277 commit 0a5c5a7Copy full SHA for 0a5c5a7
Specialized Areas/Regular Expressions/Img Tag Regex validator/README.md
@@ -2,7 +2,7 @@
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_])
5
-4. > : looks for character >
+4. '>' : looks for character >
6
7
**How to use**
8
1. Run this query in background/Fix scripts.
0 commit comments