Views:

Description

Returns true if one string starts with another.

Signature

StartsWith('inputstring', 'startstring')

Example

StartsWith('microsoft', 'mic') Returns 'True'

Parameters

Name Type Description Required
inputstring xxxx xxxx xxxx
startstring xxxx xxxx xxxx