Reference - SS.core - String
Customization of the String object to provide additional functionality throughout.
Functions:
{String}.left
Return x number of characters starting from the left of the string
x : {Integer} - Number of characters to return
{String}
v1.0.0.20080527
[Top]
{String}.repeat
Return the string repeated x times
x : {Integer} - Number of times to repeat
{String}
v1.0.0.20080527
[Top]
{String}.right
Return x number of characters starting from the right of the string
x : {Integer} - Number of characters to return
{String}
v1.0.0.20080527
[Top]