I would like to remove all special characters from a text field. Special characters include an X, ., -. For example,
X123456
987.654
99-8888
Usually, the X will be in the first position. I would like to remove all . (dots) and - (dashes) and have the remaining text displayed, 123456, 987654, 998888. Can I remove all of these characters at one time ? Thabks for your help!
X123456
987.654
99-8888
Usually, the X will be in the first position. I would like to remove all . (dots) and - (dashes) and have the remaining text displayed, 123456, 987654, 998888. Can I remove all of these characters at one time ? Thabks for your help!