Skip to content

Instantly share code, notes, and snippets.

@MiniCodeMonkey
Created October 21, 2014 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MiniCodeMonkey/f4f7d74dcac5cc06c0eb to your computer and use it in GitHub Desktop.
Save MiniCodeMonkey/f4f7d74dcac5cc06c0eb to your computer and use it in GitHub Desktop.
PowerTrim
<?php
$query = trim($query, " \t\n\r\0\x0B,.:|?!+=()[]{}@#$%^&_-");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment