Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
Composer\Pcre\Regex Member List

This is the complete list of members for Composer\Pcre\Regex, including all inherited members.

isMatch(string $pattern, string $subject, int $offset=0) (defined in Composer\Pcre\Regex)Composer\Pcre\Regexstatic
match(string $pattern, string $subject, int $flags=0, int $offset=0)Composer\Pcre\Regexstatic
matchAll(string $pattern, string $subject, int $flags=0, int $offset=0)Composer\Pcre\Regexstatic
matchAllStrictGroups(string $pattern, string $subject, int $flags=0, int $offset=0)Composer\Pcre\Regexstatic
matchAllWithOffsets(string $pattern, string $subject, int $flags=0, int $offset=0)Composer\Pcre\Regexstatic
matchStrictGroups(string $pattern, string $subject, int $flags=0, int $offset=0)Composer\Pcre\Regexstatic
matchWithOffsets(string $pattern, string $subject, int $flags=0, int $offset=0)Composer\Pcre\Regexstatic
replace($pattern, $replacement, $subject, int $limit=-1)Composer\Pcre\Regexstatic
replaceCallback($pattern, callable $replacement, $subject, int $limit=-1, int $flags=0)Composer\Pcre\Regexstatic
replaceCallbackArray(array $pattern, $subject, int $limit=-1, int $flags=0)Composer\Pcre\Regexstatic
replaceCallbackStrictGroups($pattern, callable $replacement, $subject, int $limit=-1, int $flags=0)Composer\Pcre\Regexstatic