Open Dev Kit Documentation :: General :: Text :: Ends With
Root.Text.EndsWith( Text String, Token String, Case Sensitive Boolean ) BooleanReturns true if the text ends with the set token
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
