14 lines
568 B
Markdown
14 lines
568 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SearchInContentRequest](./puppeteer.protocol.debugger.searchincontentrequest.md) > [isRegex](./puppeteer.protocol.debugger.searchincontentrequest.isregex.md)
|
||
|
|
||
|
## Protocol.Debugger.SearchInContentRequest.isRegex property
|
||
|
|
||
|
If true, treats string parameter as regex.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
isRegex?: boolean;
|
||
|
```
|