| Issue 60: | PHP preg break hightlight | |
| 1 person starred this issue and may be notified of changes. | Back to list |
<?php
...
preg_replace('/((?<!\?>)\n)[\s]+/m', '\1', $buffer)
... no highlight fron >)\... to here.
?>
|
|
,
May 14, 2009
Probably because ?> occurs inside the regex. Is this valid PHP? |
|
|
|