Home PHP Regular Expressions

PHP - Regular Expressions


The tutorial covers the following:

  • The definition of regular expressions and the basics of their use
  • Potential problems that might arise while using regular expressions
  • Use of regular expressions to perform data validation in a web applications
  • Functions that use regular expressions to perform more interesting and advanced tasks

[Next]