checks whether the string has the specified suffix
None
std::has_suffix | returns *true* if the second argument is a suffix of the first argument |
std_types::string/std::has_prefix | checks whether the string has the specified prefix |
std_types::string/std::without_suffix | returns the string without the specified suffix |
std_types::string/std::contains | succeeds if the specified expression occurrs at least once within the string |