Method Parser.HTML()->parse_tag_args()
- Method parse_tag_args
mappingparse_tag_args(stringtag)- Description
Parses the tag arguments from a tag string without the name and surrounding brackets, i.e. a string on the form
"some='tag' args".- Returns
Returns a mapping containing the tag arguments.
- See also