Hi, I'm trying to use preg_replace to remove all characters from a string except for numeric and period characters.
I can remove everything but numbers, however how can I make an exception for the '.' period character.
Can anyone help me out?
Thanks.