[#bsl-basic_string-0faf-contains-01] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0faf.adoc[basic_string]::contains :relfileprefix: ../../ :mrdocs: `contains` overloads == Synopses Declared in `<bslstl_string.h>` Return `true` if this view contains with the specified `character`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:bsl/basic_string-0faf/contains-0f.adoc[contains](CHAR_TYPE character) const noexcept; ---- [.small]#xref:bsl/basic_string-0faf/contains-0f.adoc[_» more..._]# Return `true` if this view contains with the specified `subview`, and `false` otherwise. See {Lexicographical Comparisons}. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:bsl/basic_string-0faf/contains-005.adoc[contains](basic_string_view<CHAR_TYPE, CHAR_TRAITS> subview) const noexcept; ---- [.small]#xref:bsl/basic_string-0faf/contains-005.adoc[_» more..._]# Return `true` if this view contains with the specified `characterString`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:bsl/basic_string-0faf/contains-007.adoc[contains](CHAR_TYPE const* characterString) const; ---- [.small]#xref:bsl/basic_string-0faf/contains-007.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#