Struct commodore::MatchText [] [src]

pub struct MatchText(pub Regex);

A regex pattern matcher for command text. Regex captures will be provided to the matched Handler

Trait Implementations

impl Matcher for MatchText
[src]

returns of tuple of optional captures and an indicator for whether or not the provided command is matched Read more