[#BloombergLP-bdlb-StringViewUtil-upperCaseCmp] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/StringViewUtil.adoc[StringViewUtil]::upperCaseCmp :relfileprefix: ../../../ :mrdocs: Compare (the referent data of) the specified `lhs` and `rhs`. Return 1 if, after a conversion to upper case, `lhs` is greater than `rhs`, 0 if `lhs` and `rhs` are equal up to a case conversion, and ‐1 otherwise. See {Caseless Comparisons}. == Synopsis Declared in `<bdlb_stringviewutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int upperCaseCmp( std::string_view const& lhs, std::string_view const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#