Patches

Text Starts With

Text Starts With

Determine if some text starts with the given prefix.

Text Starts With

  • Text
  • Prefix
  •  

Text

A text string to evaluate.

Prefix

A text string that might appear at the start of the given text.

Output

A boolean that is true if the text starts with the prefix.