fmt_parser.check [method]
fmt_parser.check( string str, bool ci = false, bool partial = false )
returns whether the specified string was found at the current position
cimakes matching case-insensitive- if
partialis true, function returns the number of characters successfully matched instead of whether everything has been matched
