I am trying to clean up some data to migrate into a SQL database. I have a text field that held phone numbers and sometimes users put ext. in the field for the extension. I want to get the ext out of all the records but leave the numbers.
Can I remove them with a blanket statement that says just remove letters not digits or do I have to remove each letter individually?
Thanks
Can I remove them with a blanket statement that says just remove letters not digits or do I have to remove each letter individually?
Thanks