Skip to main content

Module text

Module text 

Source
Expand description

Text regex search.

Full-text regex matching using the regex crate. Supports case sensitivity and context line configuration.

Structs§

TextMatch
A single text match within a code chunk.
TextSearchOptions
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.