Skip to content

Instantly share code, notes, and snippets.

@rbairwell
Created December 14, 2015 20:22
Show Gist options
  • Save rbairwell/fe145e7bd79126e70f32 to your computer and use it in GitHub Desktop.
Save rbairwell/fe145e7bd79126e70f32 to your computer and use it in GitHub Desktop.
<?php
$in='Hello, my honey 123 !! ઓ 率 ';
$out=preg_replace('/[^\pL|\pM|\pN|\pP|\pS|\pZ]/u','',$in);
print $out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment