C# Class lw_common.string_search

Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Méthode Description
is_delim_or_does_not_exist ( string line, int idx ) : bool
match_indexes ( string line, search_for search ) : int>>.List
matches ( IEnumerable cells, search_for search ) : bool
matches ( lw_common.filter item, IEnumerable cols, search_for search ) : bool
matches ( lw_common.filter item, search_for search ) : bool
matches ( line l, IEnumerable cols, search_for search ) : bool

Private Methods

Méthode Description
matches_cell ( string line, search_for search ) : bool
matches_full_word ( string line, string txt ) : bool

Method Details

is_delim_or_does_not_exist() public static méthode

public static is_delim_or_does_not_exist ( string line, int idx ) : bool
line string
idx int
Résultat bool

match_indexes() public static méthode

public static match_indexes ( string line, search_for search ) : int>>.List
line string
search lw_common.ui.search_for
Résultat int>>.List

matches() public static méthode

public static matches ( IEnumerable cells, search_for search ) : bool
cells IEnumerable
search lw_common.ui.search_for
Résultat bool

matches() public static méthode

public static matches ( lw_common.filter item, IEnumerable cols, search_for search ) : bool
item lw_common.filter
cols IEnumerable
search lw_common.ui.search_for
Résultat bool

matches() public static méthode

public static matches ( lw_common.filter item, search_for search ) : bool
item lw_common.filter
search lw_common.ui.search_for
Résultat bool

matches() public static méthode

public static matches ( line l, IEnumerable cols, search_for search ) : bool
l line
cols IEnumerable
search lw_common.ui.search_for
Résultat bool