Skip to content

Commit 3429277

Browse files
authored
Update README.md
1 parent 359a1f5 commit 3429277

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
**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 >
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 >
66
77
**How to use**
88
1. Run this query in background/Fix scripts.

0 commit comments

Comments
 (0)