Skip to content

str::startsWith

startsWith(input: String, start: String)

ParameterTypeDescription
inputStringEntire string
startStringSubstring

Returns

(Boolean) Whether or not the input string starts with the string provided as the second argument.