Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function clean_html_tags($cleans){
- $cleans = trim(preg_replace(array('`"`', '`[^a-z0-9]+`'), array('', ' '), strtolower($cleans)), ' ');
- return $cleans;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement