powered by
Check if the provided string is in valid XML format.
is_xml(input_string)
A logical value. If the input string is in valid XML format, returns TRUE, otherwise returns FALSE.
A character string to be checked for XML format.
Ulrich Matter umatter@protonmail.com
is_xml('value') # TRUE is_xml('value') # FALSE is_xml('') # FALSE
Run the code above in your browser using DataLab