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