Clip CharCount characters from the start of the string.If the string is less than CharCount characters long, returns an empty string.
The string to clip
The number of characters to remove
xf.Str.ClipEnd("birthday", 5) => day