/
startsWith

PhixFlow Help

startsWith

Function: startsWith()

Returns True if a String starts with a given pattern otherwise returns False.

Syntax

startsWith(stringToTest, stringToLookFor)

ArgumentTypeDescription
stringToTestStringThe string to be searched.
stringToLookForStringThe String to look for in stringToTest

Examples

startsWith("ABCDEF","ABC")

Returns True.

startsWith("ABCDEF","BC")

Returns False.

startsWith(in.prodCode,$prodSuffix)

Returns True if in.prodCode starts with the String contained within $prodSuffix.

See Also

Related content

startsWith
startsWith
More like this
startsWith
startsWith
More like this
startsWith
startsWith
More like this
endsWith
endsWith
More like this
endsWith
endsWith
More like this
endsWith
endsWith
More like this

Please let us know if we could improve this page feedback@phixflow.com