Skip to main content

Posts

Showing posts with the label PHP'S STRINGS AND REGULAR EXPRESSIONS

PHP'S STRINGS AND REGULAR EXPRESSIONS

A regular expression is a pattern of characters that are used to match a set of strings when performing searches. Regular expressions, when created, are enclosed in forward slashes and tested against a string. PHP offers functions associated with two types of regular expression tools: POSIX and Perl-style.