there is a small error which I am facing with this now .
This seems to remove ALL the spaces between the paragraphs as well and my news becomes one long string.
Can I modify this to respects paragraphs or maybe 2 spaces ?
Search found 8 matches
- Mon Apr 26, 2010 5:02 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Make Paragraphs
- Replies: 8
- Views: 8594
- Tue Mar 23, 2010 3:58 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Make Paragraphs
- Replies: 8
- Views: 8594
Re: Make Paragraphs
hanks for the reply , you were close but something did go wrong , the output comes with no space at all now , something like . I did precisely what you asked me to used a replace filter with easy pattern. SouthAfricanWhiteCornFallsasRandGainsAgainstDollarByMkhululiMancotywaMarch15(Bloomberg)--Whitec...
- Mon Mar 22, 2010 10:32 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Make Paragraphs
- Replies: 8
- Views: 8594
Re: Make Paragraphs
From South African White Corn Falls as Rand Gains Against Dollar By Mkhululi Mancotywa March 15 (Bloomberg) -- White corn in South Africa, the largest producer of the grain on the continent, fell as the rand rose, cutting the cost of imports for local millers. The rand traded at 7.3994 against the ...
- Mon Mar 22, 2010 3:58 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Make Paragraphs
- Replies: 8
- Views: 8594
Make Paragraphs
I have used textsoap on mac , with a feature which gives the option of make paragraph from the text below , there are extra spaces as you can see from the body of the text. I cannot find anything like this in Remove menu . South African White Corn Falls as Rand Gains Against Dollar By Mkhululi Manco...
- Mon Mar 22, 2010 3:31 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Delete Before and After
- Replies: 7
- Views: 6035
Re: Delete Before and After
this didn't work for me.
Did it work for you ? For me it doesn't do anything. I tried using perl search replace only
Did it work for you ? For me it doesn't do anything. I tried using perl search replace only
- Mon Mar 22, 2010 3:01 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Pattern match from beginning
- Replies: 3
- Views: 4786
Re: Pattern match from beginning
thank you , but can you tell me what does cr and lf mean ?
also I won't have Mkhululi Mancotywa everytime , can I have something which can capture line start "BY" and then two words after that of any lengths ?
also I won't have Mkhululi Mancotywa everytime , can I have something which can capture line start "BY" and then two words after that of any lengths ?
- Fri Mar 19, 2010 5:11 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Pattern match from beginning
- Replies: 3
- Views: 4786
Pattern match from beginning
A. I would like to check for a pattern from BEGINNING of the line only, and then delete the line. B. Add to A+ any empty spaces/lines above it. I am able to capture By easily by just typing By in easy pattern , but it catches by in line 1 also. News 1 has three spaces between headline and reporter ,...
- Tue Feb 09, 2010 8:28 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Using EasyPattern for capture ?
- Replies: 1
- Views: 2668
Using EasyPattern for capture ?
Hello , I have asked you in email , but I am listing it here as well. I want to change Jan. 18 to (January 18) using easy pattern. You have given me the way to do it by perl that is Jan. (\d+?) , and replace with (january $1) I wanted to know how would i use easy pattern for the same, i know i can c...