Help for this page

Select Code to Download


  1. or download this
    s#(?<!\\)((?:\\\\)*)\\n# '\\'x(length($1)/2) . "\n" #ge;
    # or
    s#(?<!\\)(\\*)\1\\n#$1\n#g;
    
  2. or download this
    s#\\([\\n])# $1 eq "n" ? "\n" : $1 #ge