interface Debugger.SearchInContentParameterType
Usage in Deno
```typescript import { Debugger } from "node:node__inspector--promises.d.ts"; ```Id of the script to search in.
query: string
String to search for.
optional
caseSensitive: boolean | undefined
If true, search is case sensitive.
optional
isRegex: boolean | undefined
If true, treats string parameter as regex.