Top "Carriage-return" questions

Carriage return is one of the control characters in ASCII code, Unicode, EBCDIC, and many other codes.

Oracle SQL: Return first line of string using regexp_substr

I am trying to return the first line of text from a text box in an SQL query (oracle 11). The …

sql regex string oracle carriage-return
Carriage returns for textbox (textarea)

I have a textarea with attribute "wrap"="hard" (actually it's server side textbox, but with multiple text mode). <asp:…

javascript asp.net html textarea carriage-return
How to remove carriage returns in a text field in sqlite?

I have an sqlite database with over 400k records. I have just found that some of the text fields have …

sqlite carriage-return
Java carriage to previous line

\n - is a new line in java, is it possible to get to the previous line from the current …

java carriage-return
Excel macro to insert carriage return

In my research, I've encountered two possibilities for inserting a carriage return into a header in a VBA macro, using …

vba excel carriage-return
Avoid writing carriage return '\r' when writing line feed with Python

If taken into consideration that carriage return = \r and line feed = \n Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48) [MSC v.1900 32 bit (…

python carriage-return linefeed
How to get carriage return without line feed effect in Eclipse console?

If I System.out.print("something\r"); at console, I have cursor back at the beginning of line, and finally …

java eclipse console carriage-return linefeed
Add carriage return to string resource in WPF

My applications store all localized text in a string resource dictionary as suggested here http://msdn.microsoft.com/en-us/library/…

wpf textblock carriage-return
What is the carriage return character in an AS/400 db?

I have a client running an AS/400. I have to ftp a flat file over to them. They tell me …

ibm-midrange carriage-return
How do I echo in PHP without carriage returns?

Whenever I do an echo in PHP, I get two extra carriage returns. For example: <?php echo 'abc'; ?> …

php echo carriage-return