self-closing-tags
HTML void elements are not the only self-closing tags. This includes common SVG self-closing elements as well.
is-self-closing
Returns true if the given name is a HTML void element or common SVG self-closing element.
closingbracket
Find in a string a closing bracket for an opening bracket. The search function will start from a specific start index in the string, identifies the start index of the next corresponding opening bracket and finds the corresponding closing bracket provided