메소드 |
설명 |
|
compare ( string line_part, string text, string words ) : bool |
|
|
compare_with_indexes ( string line_part, string text, string words, info_type type ) : List |
|
|
create_regex ( ) : void |
|
|
filter_line ( string original_line ) : System |
|
|
is_regex_expression ( string expr ) : bool |
|
|
line_part ( line l ) : string |
|
|
matches_case_insensitive ( line l ) : bool |
|
|
matches_case_insensitive_any_column ( line l ) : bool |
|
|
matches_case_insensitive_with_indexes ( line l, info_type type ) : List |
|
|
matches_case_sensitive ( line l ) : bool |
|
|
matches_case_sensitive_any_column ( line l ) : bool |
|
|
matches_case_sensitive_with_indexes ( line l, info_type type ) : List |
|
|
parse_font ( string line ) : filter_line |
|
|
parse_impl ( string line ) : filter_line |
|
|
trim_quotes ( string line ) : string |
|
|