Remove the first characters from a string.
The last charcters from the string.
If count is greater than the length of the string, blank is returned.
string text = "Hello world"; string s0 = MainUtil.RemoveStart(text, 6); // "world"
MainUtil Class | Sitecore Namespace | RemoveEnd