Find the first character in the string that is in the set.
template<
class CharSet>
const char*
find_if(
const char* const first,
const char* const last,
const CharSet& cs) noexcept;
Declared in file <boost/url/grammar/charset.hpp> at line 86
Throws nothing.