How can we extract string 'abc.com' from a string
"http://info@abc.com" using regular expression of PHP
Answer Posted / nitesh kumar
you can use explode funciton
echo $site_array=end(explode("@","http://info@abc.com"));
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What types of MYSQL function available for affecting columns
Which is true about the singleton design pattern?
What is asort php?
What is php artisan serve?
What is php mean?
Distinguish between urlencode and urldecode?
What is fetch array in php?
Explain how to submit form without a submit button.
Does php have future?
How to set a page as a home page in a php based site?
Can php run on windows server?
Is php faster than python?
Tell me how to initiate a session in php?
What is return value in php?
What is list in PHP?