milespy.line_strength_indices.search_indices_in_database
- milespy.line_strength_indices.search_indices_in_database(name)
Search for line-strength indices in the database by name (regex, case insensitive).
- Parameters:
name (str) – Search string (regex pattern) to match index names.
- Returns:
List of index names matching the search.
- Return type:
list[str]