regex
This module provides Regular Expression (regex) functions
There are no constants.
regex_match()
— Perform a regular expression matchregex_replace()
— Perform a regular expression replaceregex_search()
— Perform a regular expression search
regex
— This class stores regex result of function regex_search()
regex_group
— This class stores regex group result of function regex_search()