ROUTMIO_DEV

TOOLS

DDL GeneratorDDL → ERDDummy Data GeneratorRegex TesterJSON FormatterBase64 ConverterTimestamp ConverterCron BuilderMeeting Minutes

DATABASE

LANGUAGE

PHP Regex

6 functions

preg_matchpreg_match(string $pattern, string $subject, array &$matches = null): int|false

Perform a regular expression match.

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

Perform a global regular expression match.

preg_replacepreg_replace(string $pattern, string $replacement, string $subject): string|null

Perform a regular expression search and replace.

preg_splitpreg_split(string $pattern, string $subject): array|false

Split string by a regular expression.

preg_quotepreg_quote(string $str, ?string $delimiter): string

Quote regular expression characters.

preg_greppreg_grep(string $pattern, array $array): array

Return array entries that match the pattern.

Terms of ServicePrivacy PolicyContactIcons by Flaticon