Method IsKeyboard
IsKeyboard(string?, bool)
Looks for any pattern that matches the input
and returns
the matching pattern or null if no matches.
public AnsiKeyboardParserPattern? IsKeyboard(string? input, bool isLastMinute = false)
Looks for any pattern that matches the input
and returns
the matching pattern or null if no matches.
public AnsiKeyboardParserPattern? IsKeyboard(string? input, bool isLastMinute = false)