<?php $txt = " First is ideographic space"; //$txt = preg_replace("/^ +/m", '', $txt); echo preg_replace("/^[^\S\r\n]+/m", '', $txt);
You have javascript disabled. You will not be able to edit any code.