enum Tput::Namespace::MatchFlag

Defined in:

tput/namespace.cr

Enum Members

MatchExactly = 0
MatchContains = 1
MatchStartsWith = 2
MatchEndsWith = 3
MatchRegularExpression = 4
MatchWildcard = 5
MatchFixedString = 8
MatchCaseSensitive = 16
MatchWrap = 32
MatchRecursive = 64

Instance Method Summary

Instance Method Detail

def match_case_sensitive? #

[View source]
def match_contains? #

[View source]
def match_ends_with? #

[View source]
def match_exactly? #

[View source]
def match_fixed_string? #

[View source]
def match_recursive? #

[View source]
def match_regular_expression? #

[View source]
def match_starts_with? #

[View source]
def match_wildcard? #

[View source]
def match_wrap? #

[View source]
def none? #

[View source]