[#BloombergLP-bdlb-StringViewUtil-endsWith-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/StringViewUtil.adoc[StringViewUtil]::endsWith :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `string` ends with the specified `characters`, and `false` otherwise. == Synopsis Declared in `<bdlb_stringviewutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool endsWith( std::string_view const& string, std::string_view const& characters); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#