TCC > Variables & Functions > Functions:
Comments (...)
@FILTER[chars,string] : Removes any characters in "string" that aren't in "chars". For example, to remove all non-numeric characters from a variable:
%@filter[0123456789,%var]
Help URL: http://jpsoft.com/help/index.htm?f_filter.htm