Open Dev Kit Documentation :: General :: Text :: Surrounds
Root.Text.Surrounds( Text String, Start Token String, End Token String, Case Sensitive Boolean ) BooleanReturns true if the text starts and ends with the set tokens
Parameters
- Text String
- The text being checked for
- Start Token String
- The starting characters that are being checked for
- End Token String
- The ending 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
