Exposes PHP's standard function.

Please all parameters and details on official PHP website.

Syntax

hublify.preg_match(
    string $pattern,
    string $subject,
    array &$matches = null,
    int $flags = 0,
    int $offset = 0
): int|false