Which function searches for a regular expression in a string and returns 1 if the pattern is found?

Which function searches for a regular expression in a string and returns 1 if the pattern is found?



Answer: preg_match


Learn More :