<?php $inputs = [ '[code-html]', '[code-css]', '[code-js]', ]; var_export( preg_replace('~\[code-(html|css|js)]~', '<pre><code class="language-$1">', $inputs) );
You have javascript disabled. You will not be able to edit any code.