Page 1 of 1

Spaces

Posted: Mon Mar 01, 2010 9:01 pm
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.

Re: Spaces

Posted: Tue Mar 02, 2010 10:38 am
by DataMystic Support
Easy, use EasyPattern:

Code: Select all

:[longest 1+spaces]
Replace with

Code: Select all

:

Re: Spaces

Posted: Wed Jun 06, 2012 9:45 pm
by WzevGIlK
How to extract lines with two or more spaces?

Re: Spaces

Posted: Thu Jun 07, 2012 1:40 am
by DataMystic Support
Just use EasyPattern

[ 2+ spaces ]

with an Extract\Matching lines filter.

Re: Spaces

Posted: Thu Jun 07, 2012 8:08 am
by WzevGIlK
Thank you.