Open Dev Kit Documentation :: General :: Text :: Starts With
Root.Text.StartsWith( Text String, Token String, Case Sensitive Boolean ) BooleanReturns true if the text starts with the set text
Parameters
- Text String
- The text being checked for
- Token String
- The characters that are being checked for
- Case Sensitive Boolean
- Should the comparison be case-sensitive
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
