Open Dev Kit Documentation :: General :: Text :: Compare
Root.Text.Compare( Text String, Starting Character Number Integer, Token String, Case Sensitive Boolean ) BooleanReturns true if a portion of the text specified is equal to the token
Parameters
- Text String
- The text being checked for
- Starting Character Number Integer
- The character number that the reading starts from (0 is the first character)
- 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
