Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save denihida1216/208bbc42c9af6d09020b6a0976022e5a to your computer and use it in GitHub Desktop.
Save denihida1216/208bbc42c9af6d09020b6a0976022e5a to your computer and use it in GitHub Desktop.
Trim unicode UTF-8 whitespace in PHP SQLSERVER and other
preg_replace('/^[\pZ\pC]+|[\pZ\pC]+$/u', '', $string);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment