Answers for "regex to parse a href and text html tag"

1

regex href html pattern

<a\s+(?:[^>]*?\s+)?href=(["'])(.*?)\1
Posted by: Guest on June-04-2021

Browse Popular Code Answers by Language