[#bsl-basic_string-0e-contains-06] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0e.adoc[basic_string<wchar_t>]::contains :relfileprefix: ../../ :mrdocs: Return `true` if this view contains with the specified `subview`, and `false` otherwise. See {Lexicographical Comparisons}. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool contains(basic_string_view<wchar_t, char_traits<wchar_t>> subview) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#