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.
 
     
    