<?php $text = <<<TEXT This is [my_name] and another being <my_name> but this isn't <my_name] because the braces don't match! TEXT; $replacement = 'BOB'; echo preg_replace( '/\[\w+]|<\w+>/', $replacement, $text );
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`