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
How to remove duplicate values from php array?
What is 'float' property in css?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What are php strings?
What is the purpose of break and continue statement?
Explain how you can update memcached when you make changes to php?
Is java is better than php?
What is strcmp?
Which software is used to run php programs?
What is the expansion of LAMP?
What is stdclass in php?
What is putenv?
How to send a cookie to the browser?
Can you define an argument as a reference type?
What is is_null() in php?