public static final function matchesRegularExpression(string $pattern) : RegularExpression { return new RegularExpression($pattern); }