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
ci
makes matching case-insensitive- if
partial
is true, function returns the number of characters successfully matched instead of whether everything has been matched