matches the start of the stream with the string
None
Attempts to match the start of the stream with the specified string. If the match is successful the stream the length of the string is returned. Otherwise std::undefined is returned.
std::match | match the grammar object with the start of the specified string |
std_types::string/std::search | searches for the start of the string within the stream |