File "match.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/match.md
File size: 473 bytes
MIME-type: text/plain
Charset: utf-8
```php
match (
string $exp
, string $pattern
, string $value
, string $case_sensitivity
) : bool
```
| Parameter | Description |
|--------------------|------------------|
| `exp` | Expression |
| `pattern` | Pattern |
| `value` | Value |
| `case_sensitivity` | Case sensitivity |
Matches a single attribute value against the specified attribute selector. See also [`find`](find.md).