2020-05-01 / 3967阅 / 悠然
Return RegEx body to liberally match an opening HTML tag.
Matches an opening HTML tag that:
Note: this RegEx does not balance inner tags and does not attempt to produce valid HTML
(string)
(Required)
An HTML tag name. Example: 'video'.
(string) Tag RegEx.