Skip to content

Instantly share code, notes, and snippets.

@dchatry
Created August 30, 2016 09:01
Show Gist options
  • Save dchatry/8bcace0f2d24f47b4fc84814fb7801d5 to your computer and use it in GitHub Desktop.
Save dchatry/8bcace0f2d24f47b4fc84814fb7801d5 to your computer and use it in GitHub Desktop.
[Drupal] Clean string
<?php
ctools_include('cleanstring');
$clean_string = ctools_cleanstring($string_to_clean);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment