0

Possible Duplicate:
How to create multiline strings

is it a way to assign following text to a variable more easily:

line 1
line 2 
line 3 

instead of:

 t="line 1\nline 2\nline 3";

I want copy and paste some text to test some RexExt on it without modifying every ones.

Community
  • 1
  • 1
Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173

1 Answers1

1

You may try this site. Not automatic but pretty faster than manual

Ciro
  • 662
  • 7
  • 19