Skip to content

Instantly share code, notes, and snippets.

@clemgrim
Created June 20, 2016 14:19
Show Gist options
  • Save clemgrim/5f34130cca823d1a4737d68a8e0f293c to your computer and use it in GitHub Desktop.
Save clemgrim/5f34130cca823d1a4737d68a8e0f293c to your computer and use it in GitHub Desktop.
<?php
$str = preg_replace('#[^[:alnum:][:space:]]#u', '', $str);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment