enum Tput::Namespace::MatchFlag
Defined in:
tput/namespace.crEnum Members
-
MatchExactly =
0
-
MatchContains =
1
-
MatchStartsWith =
2
-
MatchEndsWith =
3
-
MatchRegularExpression =
4
-
MatchWildcard =
5
-
MatchFixedString =
8
-
MatchCaseSensitive =
16
-
MatchWrap =
32
-
MatchRecursive =
64
Instance Method Summary
- #match_case_sensitive?
- #match_contains?
- #match_ends_with?
- #match_exactly?
- #match_fixed_string?
- #match_recursive?
- #match_regular_expression?
- #match_starts_with?
- #match_wildcard?
- #match_wrap?
- #none?