How do you match the character ^ at the beginning of the
string? - ^^



How do you match the character ^ at the beginning of the string? - ^^..

Answer / subhash

echo ereg("^[\^]","^subhash");

Is This Answer Correct ?    14 Yes 1 No

Post New Answer

More PHP Interview Questions

How to pass an argument to a function?

0 Answers  


How to process the uploaded files?

0 Answers  


How values in arrays are indexed?

0 Answers  


Is it worth learning php in 2019?

0 Answers  


How to add 301 redirects in PHP?

0 Answers  






How will you calculate days between two dates in PHP?

0 Answers  


Tell me which function gives us the number of affected entries by a query?

0 Answers  


What is difference between post and put in rest?

0 Answers  


What is the difference between urlencode and urldecode ?

3 Answers  


How do you end php?

0 Answers  


Is php deprecated?

0 Answers  


What is meant by variable variables in php?

0 Answers  


Categories