pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
Main
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
Paste Search Dynamic
Recent pastes
casey-calvert big penis
1 hour ago
mystack.top is now
8 hours ago
failed to push some refs
8 hours ago
sort s1 s2
8 hours ago
Unexpected token
8 hours ago
dingin
8 hours ago
Error Cannot find module
8 hours ago
global num
9 hours ago
Call to undefined function
9 hours ago
vector sort
9 hours ago
explode value
<?php
// your code goes here
$value
=
"hoge@example.com"
;
$domain
=
explode
(
'@'
,
$value
)
[
1
]
;
echo
(
preg_match
(
'/../'
,
$domain
)
)
;
?>
Parsed in 0.012 seconds
Please enable JavaScript to view the
comments powered by Disqus.