G
Gordon S
Guest
Hi,
I know how to use preg_replace to remove characters we specify.
Is there a way of specifying characters, & removing everything ELSE not listed ? Ie, keep A-Za-z 0-9 etc, full stops, commas & quote marks - & remove everything else (including the weird characters/symbols we want removed).
I know how to use preg_replace to remove characters we specify.
Is there a way of specifying characters, & removing everything ELSE not listed ? Ie, keep A-Za-z 0-9 etc, full stops, commas & quote marks - & remove everything else (including the weird characters/symbols we want removed).