search_query.utils
Utilities for SearchQuery.
Functions
|
Format the query string with multiple positions marked in color. |
- search_query.utils.format_query_string_positions(query_str: str, positions: List[Tuple[int, int]], color: str = '\x1b[93m') str
Format the query string with multiple positions marked in color.