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
Explain what does the unlink() function means?
how can i develop forum code? any one pleale help me on this question
What is the use of strpos in php?
Which Scripting Engine PHP uses?
what is mean by portal
How to insert an new array element in array?
Write a program in php to reverse a number?
What is the use of php and mysql?
What is the use of curl()?
Is php faster than python?
Explain the types of string comparision function in PHP
Is laravel an oop?
Are sessions stateless?
What is the use of magic function in php?
What is the function mysql_pconnect() usefull for?