SpitFire Help Desk



Removing punctuation from voicenumbers

1. If you want to remove all the hyphens then use: Update clients set voicephone=replace(voicephone,’-‘,’’) 2. If you want to replace comma’s in the voicephone field Update clients set voicephone=replace(voicephone,’,‘,’’) 3. If you want to replace space’s in the voicephone field Update clients set voicephone=replace(voicephone,’ ‘,’’) 4. If you want to replace round braces in the voicephone field Update clients set voicephone=replace(voicephone,’(‘,’’) Update clients set voicephone=replace(voicephone,’)’,’’)

Related Articles

Attachments

No attachments were found.

Visitor Comments

No visitor comments posted. Post a comment

Post Comment for "Removing punctuation from voicenumbers"

To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.

   Name:
   Email:
* Comment:
* Enter the code below:

 

Article Details

Last Updated
20th of August, 2008

Would you like to...

Print this page  Print this page

Email this page  Email this page

Post a comment  Post a comment

 Subscribe me

Subscribe me  Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions

No users have voted.

How would you rate this answer?




Thank you for rating this answer.

Continue