## Parser.match() method

**Signature:**

```typescript
match(expected: string): boolean;
```

## Parameters

| Parameter | Type   | Description |
|-----------|--------|-------------|
| expected  | string |             |

**Returns:**

boolean

- [Parser.match() method](/content/docs/sdk/core.parser.match#parsermatch-method/index.html)
- [Parameters](/content/docs/sdk/core.parser.match#parameters/index.html)
