Expression matching in php

Expression Matching in php programming language. In this tutorials i am briefly preg_match function . preg_match function is used to take expression matching. expression matching basically matches pattern inside string. So, we can use this function to check whether string exist inside of string or we can take more complex pattern and check whether its exists inside strings.

No comments:

Post a Comment