Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsstartsWithOn this pagestartsWithTests to see if the first string starts with the specified prefix. If either the string or the prefix are null, it returns falseSyntaxboolean = startsWith(str, prefix)Exampleprint startsWith("Patent", "Pat")true