Skip to content

$stringStartsWith

Returns whether the given text starts with the provided word.

Parameters

NameDescriptionEnforcedDefault Value
TextThe text to work with.YesNone
WordThe word to be matched.YesNone

Example

$stringStartsWith[text;word]

Function Aliases

  • $startsWith