boost::parser::string_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename StrIter, typename StrSentinel> struct string_parser { };
Matches a particular string, delimited by an iterator sentinel pair; produces no attribute.