Skip to content

Commit 565251d

Browse files
committed
updated regex
Signed-off-by: vinay sharma <[email protected]>
1 parent f9eadd3 commit 565251d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const HTML_TAGS_REGEX = /<\/?[^>]+(>|$)|[!@#$%^&*().?":{}+|<>]/;
1+
export const HTML_TAGS_REGEX = /<\/?[^>]+(>|$)|[!@#$%^&*().?":{}+|<>~'`\\|/;]/;

0 commit comments

Comments
 (0)