Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we extract string ?allinterview.com ? from a string
?http://info@allinterview.com? using regular expression of PHP?

Answer Posted / jcb.chl

<?
$str = substr('http://info@allinterview.com?',12);
echo $str;
?>

output:

allinterview.com?

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does $_env means?

982


What software is required to run php?

1062


What is sticky form in php?

952


Why print_r is used in php?

989


Do you know what are traits?

1066


What is an anti csrf token?

978


Tell me how to get the value of current session id?

997


What is difference between session_unset and session_destroy?

1098


What is stdclass in php?

1009


How are variables declared in php?

1050


What are the different filter functions used to filter a variable?

1031


What is memcache?

1019


What is isset php?

1007


How to get the length of string?

1076


Can the value of a constant change during the script's execution?

1025