API Reference
SearchMatch
Defined in: tools/builtin/builtin.types.ts:144
A single content match from a regex search.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
line | number | 1-based line number of the matching line. | tools/builtin/builtin.types.ts:148 |
path | string | Path of the file the match was found in. | tools/builtin/builtin.types.ts:146 |
text | string | The text of the matching line. | tools/builtin/builtin.types.ts:150 |