<?php // a list of characters, including quotes $value = implode('', ['a', "'", 'b', '"', 'c', "\n", 'd', "\\", 'e']); echo("const value = " . json_encode($value) . ";\n");
You have javascript disabled. You will not be able to edit any code.