<?php $text = "\n\n"; var_export(preg_match_all('~\V*(?=\R)~', $text, $matches) ? $matches[0] : []);
You have javascript disabled. You will not be able to edit any code.