PHPRegexpreg_match_all
preg_match

preg_match_allRegex

preg_replace

Perform a global regular expression match.

Syntax

preg_match_all(string $pattern, string $subject, array &$matches): int|false