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 ‘abc.com ‘ from a string
info@abc.com" target="_blank">http://info@abc.com using
regular expression of php?

Answer Posted / simlu_irtt

$string1="info@abc.com";
$string2=split("@",$string1);
print_r($string2);

this code print the string as abc.com

Is This Answer Correct ?    23 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does facebook use php framework?

1066


Why laravel is the best php framework in 2019?

992


What function do we use to find length of string, and length of array?

1015


How do you end php?

1018


How to remove all duplicate values in array in php?

1012


What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?

1083


When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?

939


What is the difference between myisam and innodb?

1098


Explain Booleans in PHP?

1126


Are php short tags acceptable to use?

999


Why php was called as personal home page?

1027


What are the uses of implode() function?

1140


Tell me how can I display text with a php script?

1021


Are php session secure?

1081


What is the use of limit in mysql?

1037