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 ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php a float?

1074


How do you check if a variable has been set in php?

1008


How do we get the current session id?

1055


Where is php code written?

1041


What is a class in php programing?

2620


How many types of inheritances used in php and how we achieve it.

997


What is variable declaration?

1001


What is exception handling in php?

1649


Write a program using while loop in php?

1052


How can we set and destroy the cookie in php?

1026


Tell me how is it possible to propagate a session id?

1091


What is array filter php?

967


Tell me what are the correct and the most two common way to start and finish a php block of code?

1012


How many php functions are there?

1155


What is list function with their uses.

1024