Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
clean_html_tags
niammuddin
Jul 27th, 2017
250
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?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
Public Pastes
MAKE $900 INSTANTLY J
JavaScript | 2 sec ago | 0.07 KB
✅ Make $1500 in 20 minutes
JavaScript | 5 sec ago | 0.15 KB
✅ MAKE $12OO IN 10 MIN T
JavaScript | 8 sec ago | 0.07 KB
✅ Crypto Accounts
JavaScript | 12 sec ago | 0.15 KB
Make 1500$ in 20 MIN [Method] B
JavaScript | 15 sec ago | 0.07 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 18 sec ago | 0.15 KB
5OO$ GIFTCARDS? 1
JavaScript | 22 sec ago | 0.07 KB
Instant Profit Method
JavaScript | 25 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!