Function find_if
Find the first character in the string that is in the set.
Synopsis
Declared in header <boost/url/grammar/charset.hpp>
template<class CharSet>
const char*
find_if(
const char* const first,
const char* const last,
const CharSet& cs) noexcept;