Answers for "regex match any html tag"

0

regular expression match html tag

/<\s*a[^>]*>(.*?)<\s*/\s*a>/g
Posted by: Guest on August-31-2021
2

regular expression to look for html tags

<.+?>
Posted by: Guest on December-21-2020

Code answers related to "regex match any html tag"

Browse Popular Code Answers by Language