Answers for "search for any html tag in regex"

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