Documentation

Cut Sides - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Text :: Cut Sides

Root.Text.CutSides(
  Text String,
  Characters (Left) Integer,
  Characters (Right) Integer
) String
Cuts out both the left and right portions of a String and returns the rest

Parameters

Text String
The text being cut
Characters (Left) Integer
The number of characters to cut out from the left
Characters (Right) Integer
The number of characters to cut out from the right

Return Value

String

If you think anything is missing, please feel free to: submit documentation feedback on this page