puppeteer/new-docs/puppeteer.protocol.network.searchinresponsebodyrequest.isregex.md

14 lines
583 B
Markdown
Raw Normal View History

<!-- 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;
```