Products Applications Downloads Features Wiki forum Store

base()

From Wiki077
Revision as of 16:49, 13 August 2010 by Nabhan (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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