User Tools

Site Tools


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 ('TextA') or a field ([FieldName]) starts with the specific text ('TextB'). Can be used in Transformations Filter by condition, Calculate new column(s) .

True if 'textA' starts with 'textB'. Case sensitive.

Example Result
startswith( 'Crimea', 'Crime' ) True
startswith( 'IBM', 'i' ) False

See also

syntax/functions/startswith.1427474697.txt.gz · Last modified: 2015/03/27 12:44 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki