ultra
11-07-2006, 12:31 PM
Hi,
How can I filter a string by removing characters others than listed below;
a-z,
A-Z,
0-9,
( ) space,
(_) underscore
(-) minus sign
example
'is this $100?' would become 'is this 100'
How can I filter a string by removing characters others than listed below;
a-z,
A-Z,
0-9,
( ) space,
(_) underscore
(-) minus sign
example
'is this $100?' would become 'is this 100'