Answers for "regex match html a 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

Browse Popular Code Answers by Language