Skip to content

Instantly share code, notes, and snippets.

@devoltt
Created October 24, 2018 10:47
Show Gist options
  • Save devoltt/ed92e142ed4a2d6fd96e185f00a5f3bc to your computer and use it in GitHub Desktop.
Save devoltt/ed92e142ed4a2d6fd96e185f00a5f3bc to your computer and use it in GitHub Desktop.
Popular regular expressions
<?
// Only letters, spaces and numbers
$str = preg_replace('/[^a-zа-яё\d\s]+/iu', '', $str);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment