Spaces

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
xyber
Posts: 17
Joined: Sat Feb 20, 2010 5:34 am

Spaces

Post by xyber »

Hey there,

Would just like to know if there is a way of getting rid of spaces between characters. For example, if i have a line like this:
Telephone: +1 888 734 220
How do i get rid of the space in between of the ":" and the "+"? Is that possible?
Thank you for you patience and guidance.

Rgrds.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Spaces

Post by DataMystic Support »

Easy, use EasyPattern:

Code: Select all

:[longest 1+spaces]
Replace with

Code: Select all

:
WzevGIlK
Posts: 10
Joined: Tue Mar 16, 2010 11:32 pm
Contact:

Re: Spaces

Post by WzevGIlK »

How to extract lines with two or more spaces?
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Spaces

Post by DataMystic Support »

Just use EasyPattern

[ 2+ spaces ]

with an Extract\Matching lines filter.
WzevGIlK
Posts: 10
Joined: Tue Mar 16, 2010 11:32 pm
Contact:

Re: Spaces

Post by WzevGIlK »

Thank you.
Post Reply