Expand description
Text regex search.
Full-text regex matching using the regex crate.
Supports case sensitivity and context line configuration.
Structs§
- Text
Match - A single text match within a code chunk.
- Text
Search Options - Options for text search.
Functions§
- get_
match_ context - Get context lines around matched lines.
- search_
text_ in_ file - Perform text regex search directly on files (without index).
- search_
text_ regex - Perform text regex search across the index.