Skip to content

Commit d4b0802

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

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
@@ -1,7 +1,7 @@
11
**Regex Pattern**
22
1. <img : looks for <img in text
33
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_])
4+
3. \W : looks for any non-word character (equivalent to [^a-zA-Z0-9_])
55
4. '>' : looks for character >
66

77
**How to use**

0 commit comments

Comments
 (0)