Method | Description | |
---|---|---|
is_delim_or_does_not_exist ( string line, int idx ) : bool | ||
match_indexes ( string line, |
||
matches ( IEnumerable |
||
matches ( lw_common.filter item, IEnumerable |
||
matches ( lw_common.filter item, |
||
matches ( |
Method | Description | |
---|---|---|
matches_cell ( string line, |
||
matches_full_word ( string line, string txt ) : bool |
public static is_delim_or_does_not_exist ( string line, int idx ) : bool | ||
line | string | |
idx | int | |
return | bool |
public static match_indexes ( string line, |
||
line | string | |
search | ||
return | int>>.List |
public static matches ( IEnumerable |
||
cells | IEnumerable |
|
search | ||
return | bool |
public static matches ( lw_common.filter item, IEnumerable |
||
item | lw_common.filter | |
cols | IEnumerable |
|
search | ||
return | bool |
public static matches ( lw_common.filter item, |
||
item | lw_common.filter | |
search | ||
return | bool |
public static matches ( |
||
l | ||
cols | IEnumerable |
|
search | ||
return | bool |