syntax:functions:startswith
This is an old revision of the document!
StartsWith(textA, textB)
A search function used to check if the first string of text starts with the specific text.
It returns TRUE if textA starts with textB, otherwise it returns FALSE. This function is case sensitive.
Example | Result |
---|---|
startswith( 'Crimea', 'Crime' ) | True |
startswith( 'IBM', 'i' ) | False |
See also
syntax/functions/startswith.1428099413.txt.gz · Last modified: 2015/04/03 18:16 by elenap