Products Applications Downloads Features Wiki forum Store

base()

From Wiki077
Jump to: navigation, search


string base(string string)

This function will return the non-numeric portion of a string.

Examples

base("chan123")  = "chan"

See Also

digits(), opdigits(), opbase()

Personal tools