I am using this:
Code:
preg_replace( somestuff (.+?) somestuff );
From my results, I suspect it doesn't
To include the underscore, do I just add it like: (._+?) ?
Don't know why but I think this might be wrong.
preg_replace( somestuff (.+?) somestuff );
<?php $string = 'volkswagen-golf-gti'; $string2 = ucwords(str_replace('-', ' ', $string)); $string2
<?php $RemarksPure = Trim(stripslashes($_POST['remarks'])); $Remarks = addslashes(preg_replace('#</?\w[^>]*>#',