Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
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\Regex | static |
match(string $pattern, string $subject, int $flags=0, int $offset=0) | Composer\Pcre\Regex | static |
matchAll(string $pattern, string $subject, int $flags=0, int $offset=0) | Composer\Pcre\Regex | static |
matchAllStrictGroups(string $pattern, string $subject, int $flags=0, int $offset=0) | Composer\Pcre\Regex | static |
matchAllWithOffsets(string $pattern, string $subject, int $flags=0, int $offset=0) | Composer\Pcre\Regex | static |
matchStrictGroups(string $pattern, string $subject, int $flags=0, int $offset=0) | Composer\Pcre\Regex | static |
matchWithOffsets(string $pattern, string $subject, int $flags=0, int $offset=0) | Composer\Pcre\Regex | static |
replace($pattern, $replacement, $subject, int $limit=-1) | Composer\Pcre\Regex | static |
replaceCallback($pattern, callable $replacement, $subject, int $limit=-1, int $flags=0) | Composer\Pcre\Regex | static |
replaceCallbackArray(array $pattern, $subject, int $limit=-1, int $flags=0) | Composer\Pcre\Regex | static |
replaceCallbackStrictGroups($pattern, callable $replacement, $subject, int $limit=-1, int $flags=0) | Composer\Pcre\Regex | static |