Open Dev Kit Documentation :: General :: Text :: Cut Portion Sides
Root.Text.CutPortionSides( Text String, Left Portion String, Right Portion String, Case Sensitive Boolean ) StringCuts out the right Portion of a String if it exists, and returns what remains
Parameters
- Text String
- The text being cut
- Left Portion String
- The text to cut at the beginning
- Right Portion String
- The text to cut at the end
- 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
