<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SearchInResponseBodyRequest](./puppeteer.protocol.network.searchinresponsebodyrequest.md) &gt; [isRegex](./puppeteer.protocol.network.searchinresponsebodyrequest.isregex.md)

## Protocol.Network.SearchInResponseBodyRequest.isRegex property

If true, treats string parameter as regex.

<b>Signature:</b>

```typescript
isRegex?: boolean;
```