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