Skip to content

Commit 0a5c5a7

Browse files
authored
Update README.md
1 parent 3429277 commit 0a5c5a7

File tree

1 file changed

+1
-1
lines changed
  • Specialized Areas/Regular Expressions/Img Tag Regex validator

1 file changed

+1
-1
lines changed

Specialized Areas/Regular Expressions/Img Tag Regex validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
1. <img : looks for <img in text
33
2. \w : looks for any word character (equivalent to [a-zA-Z0-9_])
44
3. \W looks for any non-word character (equivalent to [^a-zA-Z0-9_])
5-
4. > : looks for character >
5+
4. '>' : looks for character >
66

77
**How to use**
88
1. Run this query in background/Fix scripts.

0 commit comments

Comments
 (0)