Top "Line-breaks" questions

Whitespace that forces text layout to continue at the start of the next line.

How to remove line breaks (no characters!) from the string?

This might appear to be a dupe, but rest assured it isn't - I have searched both SO as well …

php html replace line-breaks nl2br
How to break lines at a specific character in Notepad++?

I have a text file containing text like: ['22APR2012 23:10', '23APR2012 07:10', 1, 3, 0], ['22APR2012 23:10', '23APR2012 07:20', 1, 3, 0], […

newline notepad++ text-editor line-breaks
How do I break a string across more than one line of code in JavaScript?

Is there a character in JavaScript to break up a line of code so that it is read as continuous …

javascript line-breaks
How to add line break for UILabel?

Let see that I have a string look like this: NSString *longStr = @"AAAAA\nBBBBB\nCCCCC"; How do I make it …

ios iphone uilabel newline line-breaks
Can you target <br /> with css?

Is it possible to target the line-break <br/> tag with CSS? I would like to have a 1px …

html css line-breaks
Bash: Strip trailing linebreak from output

When I execute commands in Bash (or to be specific, wc -l < log.txt), the output contains a linebreak …

bash newline line-breaks
Split string in JavaScript and detect line break

I have a small function I found that takes a string from a textarea and then puts it into a …

javascript string canvas split line-breaks
How to break lines in PowerShell?

I am [completely new to PowerShell and] concatenating a string in a loop, if a special condition occurs I should …

powershell line-breaks
How can I replace newline or \r\n with <br/>?

I am trying to simply replace some new lines and have tried three different ways, but I don't get any …

php html line-breaks nl2br
Can CSS force a line break after each word in an element?

I'm building a multilingual site, with the owner helping me with some translations. Some of the displayed phrases need line …

css line-breaks