Return whether this string contains characterString.
Declared in <bslstl_string.h>
bool
contains(CHAR_TYPE const* characterString) const;
Return true if this view contains with the specified characterString, and false otherwise.
true if characterString occurs in this string
| Name | Description |
|---|---|
| characterString | null-terminated substring to search for |