* Check that a string matches a regular expression.
(expected: string | RegExp)
| 295 | * Check that a string matches a regular expression. |
| 296 | */ |
| 297 | toMatch(expected: string | RegExp): R; |
| 298 | /** |
| 299 | * Used to check that a JavaScript object matches a subset of the properties of an object |
| 300 | */ |
no outgoing calls