How can we extract string ?allinterview.com ? from a string
?http://info@allinterview.com? using regular expression of PHP?
Answer Posted / jcb.chl
<?
$str = substr('http://info@allinterview.com?',12);
echo $str;
?>
output:
allinterview.com?
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the use of mysql_fetch_array in php?
Is php developer in demand?
what does this symbol mean in php?
What is the difference between == and === operator in PHP?
When to use get and post request?
Is PHP an open source software?
What are the 3 types of sessions?
How should a model be structured in mvc?
What is the use of trim in php?
Do you have to initialize variables in php?
Why would we use === instead of ==?
Why do we use session?
Tools used for drawing er diagrams?
What is a variable cost example?
How to know user has read the email-php?