boost::algorithm::is_any_of — is_any_of predicate
template<typename ContainerT> unspecified is_any_of(const ContainerT & Set);
Construct the is_any_of predicate. The predicate holds if the input is included in the specified set of characters.
Parameters
A set of characters to be recognized
Returns: An instance of the is_any_of predicate