New user having trouble getting line/blank operations to work
-
Hello, @motreo, @terry-r and All,
@motreo :
May be I should wait a bit for a new post, from you, containing raw text, in reverse video but I suppose that the following regex S/R should solve your problem !
-
Open the Replace dialog (
Ctrl + H
)-
SEARCH
(\R){3,}|(\R){1,2}
- REPLACE
(?1\r\n\r\n)?2\x20
if the line endings must beCRLF
, after replacement
- REPLACE
-
OR
-
REPLACE
(?1\n\n)?2\x20
if the line endings must beLF
, after replacement -
Untick all box options
-
Tick the
Wrap around
option -
Select the
Regular expression
search mode -
Click once on the
Replace All
button or several times, till the end of process, on theReplace
button -
Hit the
ESC
button to close the Replace dialog
-
-
Note : the advantage of this method is that, whatever the line ending of each line of your INPUT text, your OUTPUT text will always have normalized line endings ;-))
Best Regards
guy038
-
-
@motreo said in New user having trouble getting line/blank operations to work:
When I export the transcript directly to Notepad++, I get a version with just ‘LF’. If I export it to another app first, like Windows notepad, and then copy and paste into Notepad++, I get a version with ‘CRLF’.
First, there is no “export…to Notepad++”.
If you are copying and pasting (which I presume from the rest of your statement), then say that, don’t talk of “export”.If you paste into Notepad++ using Ctrl+v some data you’ve copied from a non-Notepad++ source, your line-endings (e.g. LF) will remain however they exist in the source.
The default for Notepad++ new files – like the one you got from when you said:
If I open a blank note and start typing, blank lines added by hitting enter look different
is to have CRLF line-endings. You can see this in the status bar of Notepad++:
You have to decide what you want to end up with for the line-endings, LF or CRLF. You may not know enough to make a good choice; in that case go with CRLF.
When pasting into Notepad++, Notepad++ can “correct” your line-endings at the time of paste if you use the Edit menu’s Paste command rather than Ctrl+v. This is somewhat of a “quirk” of Notepad++ and further discussion of it as a possible bug is found HERE.
-
@guy038 Thanks so much for taking a stab at this!
For both of the options you listed, I unchecked the Transparency box and selected Wrap around and Regular expression.
I tried the second option (REPLACE
(?1\n\n)?2\x20
) first, on the version of the transcript withLF
line endings, and it didn’t work unfortunately. I copied and pasted the transcript into a new note, though, which converted the line endings toCRLF
and then tried the first option (REPLACE(?1\r\n\r\n)?2\x20
). That one worked almost perfectly, save for two things: (1) everything was merged into one long paragraph instead of keeping paragraph breaks in the places where there are two blank lines, and (2) there are some extra spaces in between words. It looks like this:Imagine the day a civilization discovers the starry night sky above contains billions of billions of worlds awaiting their arrival. Now imagine the day they realize those voyages will never be made. So earlier this week we were talking about Kessler Syndrome, collision cascades around planets that
If I select Show all characters, you can see places where there are non-standard spaces (Terry pointed this out to me). Here’s a screenshot.
In the Replace dialog, I’m able to replace two blank spaces with a single blank space using search and replace. If I try doing the same thing using three blank spaces in the ‘Find what’ box, however, then it doesn’t work. Highlighting all the text in the transcript and selecting ‘Trim Leading and Trailing Space’ before running any expressions doesn’t seem to impact whether superfluous spaces are left in the transcript after running your Regex expression.
Do you have a sense of how to convert three blank spaces to one blank space using search and replace, as well as maintain paragraph breaks where two empty lines would be? This probably has something to do with those non-standard spaces Terry pointed out, but I don’t know anything about that.
Please let me know if I didn’t explain things well. Thanks again for taking the time to help me!
-
@motreo said in New user having trouble getting line/blank operations to work:
non-standard spaces
Hmm, smells like some non-U+0020 space character, of which there are probably a few varieties. You do know about Unicode, right? Very likely these are non-breaking space characters. U+00A0.
-
@terry-r Thanks for explaining things further. Here’s a screenshot of some text showing where dots are placed:
This is what it looks like after running the regex expression guy038 recommended to me (copy text from transcript with
LF
endings, paste into new note so endings are converted intoCRLF
,Ctrl + H
, SEARCH(\R){3,}|(\R){1,2}
, REPLACE(?1\r\n\r\n)?2\x20
):Even after running that regex expression, extra spaces (either two or three) are left in between various words. Selecting ‘Trim Leading and Trailing Space’ doesn’t make a difference, whether I do it before or after running the regex expression.
-
@alan-kilborn I don’t know anything about Unicode. Is there a way to get rid of these non-breaking space characters?
-
First, there is no “export…to Notepad++”.
If you are copying and pasting (which I presume from the rest of your statement), then say that, don’t talk of “export”.Sorry, export wasn’t the right word to use. What I meant is that when I go to save the file from its source (downsub.com), I get a transcript with LF endings if I choose Open with Notepad++.
-
@motreo said in New user having trouble getting line/blank operations to work:
export wasn’t the right word to use. What I meant is that when I go to save the file from its source (downsub.com), I get a transcript with LF endings if I choose Open with Notepad++.
Well maybe export was the right word! :-)
The saving of the file by whatever is saving it is doing so to a Linux file format. No problem for Notepad++, but as a user of the data, you have to know if you want to keep it in Linux format, or change it over to Windows format.
-
@motreo said in New user having trouble getting line/blank operations to work:
Is there a way to get rid of these non-breaking space characters?
Probably should confirm it first. Do a regular expression search for
\xa0
and see if it matches the suspect spaces. -
@motreo said in New user having trouble getting line/blank operations to work:
@terry-r Thanks for explaining things further. Here’s a screenshot of some text showing where dots are placed:
At this point I think you REALLY need to provide examples in the format I requested (read that FAQ post). We need actual text to work on to help you. Images do not show the information, so we are only guessing (informed guesses they might be).
Your issue is certainly fixable, just need the “real text”.
Terry
-
@terry-r said in New user having trouble getting line/blank operations to work:
At this point I think you REALLY need to provide examples in the format I requested (read that FAQ post). We need actual text
I think OP tried to do this, when he said:
I copied and pasted this text but the spaces all seemed to be “normal”. :-(
-
@alan-kilborn said in New user having trouble getting line/blank operations to work:
I copied and pasted this text but the spaces all seemed to be “normal”. :-(
Apparently another quirk of the forum. If I copy/paste from there, or View Source on the webpage,
the starry
just has normal spaces. If I use my moderator powers to “edit” the post (don’t worry, @motreo , I didn’t save my edits), and copy from the original post, it’s actuallythe\xA0\xA0\x20starry
. So yes, there are two NBSP (\xA0
) in between those words.So @motreo, you do have fancy spaces. I recommend you just do a search for
\xA0
and replace with\x20
, which will replace all NBSP with normal spaces.(We regulars will have to try to remember that even the text boxes can edit some characters, including the backslash-[ and NBSP)
-
@motreo said in New user having trouble getting line/blank operations to work:
I don’t know anything about Unicode
This may be a problem on a bigger scale, given what you seem to be doing. Maybe best to go off and do some learning.
-
@alan-kilborn that’s it - all the spaces where there isn’t any dot are highlighted when doing a search for
\xa0
-
@peterjones I recommend you just do a search for
\xA0
and replace with\x20
, which will replace all NBSP with normal spaces.Worked like a charm! And allows me to get rid of those extra spaces using search/replace :)
-
This post is deleted! -
@guy038 Per the recommendation of @peterjones, I got rid of all the funky non-normal blank spaces by replacing
\xa0
with\x20
. Now that I’m left with a transcript withCRLF
line endings and only normal blank spaces, do you know what expression can be used to join only consecutive lines + lines separated by a single blank line? -
@motreo ,
single spaced will be joined as will double-spaced but not triple spaced
- FIND =
(?<![\r\n])(\R){1,2}(?!\R)
- REPLACE =
\x20
- REPLACE ALL
This says “for matches that don’t have a \r or \n before it, match 1 or 2 newline sequences, which aren’t followed by a newline” and “replace with a space”. This will collapse lines that are single spaced or double spaced into one line, but triple spaced or wider will be left unedited.
This is just one solution that seems to fit your description. TIMTOWTDI.
----
Useful References
- FIND =
-
@motreo said in New user having trouble getting line/blank operations to work:
do you know what expression can be used to join only consecutive lines + lines separated by a single blank line?
I will repeat my request. The previous time you showed “real text” was after edits had been done. So if you could provide the “original” text in that manner you might get a response that can fix ALL them in 1 go. If not then at least once you have the process sorted you can make a macro of the steps. This can then be saved and played back whenever you have a transcript to process.
Terry
-
@terry-r Sorry, I think I’m still a bit confused by what you mean when you say “real text”. Do you mean something like this?
Imagine the day a civilization discovers the starry night sky above contains billions of billions of worlds awaiting their arrival. Now imagine the day they realize those voyages will never be made. So earlier this week we were talking about Kessler Syndrome, collision cascades around planets that
I’m not sure if the original text needs to be the starting point - now that I know how to quickly get rid of no-break spaces and change line endings to
CRLF
, wouldn’t it make more sense to treat that as my starting point?