Function CommandObject.match

Returns a Regex capture group matched against the commands regex.

Prototype

std.regex.Captures!(string,ulong) match(
  string msg
);