I am very new to regex and I basically need to clean a phone number. I need all
numbers entered to look like 5555555555. I am using REReplace(foo.foo, "[^0-9]",
"", "ALL") and it is cleaning 555-555-5555 but not (555)444 4444.
Any help would be greatly appreciated.
THX