Answers for "matching html tags regex"

1

regular expression to look for html tags

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

regular expression match html tag

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

Browse Popular Code Answers by Language