IS_YAML strict mode


The IS_YAML formulas function now takes a strict parameter, which only returns true when the input is a valid YAML that contains top-level key-value pairs.

IS_YAML("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<note>\n <body>foo bar</body>\n</note>", strict: TRUE)

For more information, see our documentation.