Top "Multiline" questions

Text that spans more than one line is considered "multiline". Concerns about wrapping, spacing, techniques and best practices.

Perl multiline regex

I have a file full of json objects to parse, similar to this one: { "_id" : ObjectId("523a58c1e4b09611…

regex perl multiline regex-group
I can't write multiline codes in Coffeescript Interactive Mode(REPL)

When I typed multiline in coffeescript interactive mode, an error occrured. For example, I want to try the following code: …

coffeescript multiline interactive read-eval-print-loop
Why are multi-line comments in flex/bison so evasive?

I'm trying to parse C-style multi-line comments in my flex (.l) file: %s ML_COMMENT %% ... <INITIAL>"/*" BEGIN(ML_…

c comments bison multiline flex-lexer
Paste Multi-line Snippets into IPython

I used IPython in the past and I used to be able to copy and paste multi-line commands, e.g., …

python ipython multiline paste
Setting android:lines on TextInputEditText not working

Do anyone know how to show Total Lines prior display when using TextInputEditText and TextInputLayout? I don't have this problem …

android android-layout text multiline android-textinputedittext