The starts with
keyword checks if a text starts with another text.
Syntax
text_a starts with text_b
text_array starts with text
Returns
A boolean value that indicates if:
text_a
starts withtext_b
- any text in
text_array
starts withtext_b
Note: The check is not case sensitive and ignore diacritics (accents)