Is an XML closing tag with short closing text in one of the lines of the text?
Source:R/has_xml_short_closing_tag.R
has_xml_short_closing_tag.Rd
Is an XML closing tag with short closing text in one of the lines of the text?
Examples
check_empty_beautier_folder()
# TRUE
has_xml_short_closing_tag("<my_tag id=1/>")
#> [1] TRUE
# FALSE
has_xml_short_closing_tag("<my_tag id=1>text</my_tag>")
#> [1] FALSE
check_empty_beautier_folder()