[#bsl-basic_string-0fb-contains-064] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0fb.adoc[basic_string<char>]::contains :relfileprefix: ../../ :mrdocs: Return `true` if this view contains with the specified `characterString`, and `false` otherwise. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool contains(char const* characterString) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#