Method Parser.HTML()->parse_tag_name()
- Method parse_tag_name
stringparse_tag_name(stringtag)- Description
Parses the tag name from a tag string without the surrounding brackets, i.e. a string on the form
"tagname some='tag' args".- Returns
Returns the tag name or an empty string if none.