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 / supriya
$str1="info@abc.com";
$str1=explode("@",$str1);
print_r($str1);
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What new features php7 has in store for us?
What is the w3c?
Which is best framework for php?
How to open a file in php?
Tell me what is the use of "enctype" attribute in a html form?
How to set session.gc_divisor properly?
What are the advantages of triggers?
Does php need to be installed?
What is varchar mysql?
How the web server interprets php and interacts with the client?
Which is the dependent variable?
What is cms php?
What is "print" in php?
What is the difference between indexed and associative array?
Who developed php?