F i nd what: ^([0-9]+) ([0-9]+) ([0-9]+)
Re p lace with: \1\2\3
[ X ] Regular e xpression
Replace A ll
This assumes you are using Posix regular expression syntax:
C onfigure | P references | Editor
[ X ] Use P OSIX regular expression syntax
**** This worked like a champ! ****
Thanks very ...
Search found 2 matches
Changing
I have a phone number addressbook data that was exported to me as in below:
110 123 1234|more data etc
112 123 3563|more data etc
444 123 2349|more data etc
etc...
I need to change the data so that the phone number which is the first field does not have spaces - I need it to look like this ...
110 123 1234|more data etc
112 123 3563|more data etc
444 123 2349|more data etc
etc...
I need to change the data so that the phone number which is the first field does not have spaces - I need it to look like this ...