string base(string string)
This function will return the non-numeric portion of a string.
base("chan123") = "chan"
digits(), opdigits(), opbase()