<?php $s = 'A string declared using \n single quotes which I can\'t change...'; echo str_replace('\n', "\n", $s);
You have javascript disabled. You will not be able to edit any code.