[#BloombergLP-bdlde-Utf8Util-isValid-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8Util.adoc[Utf8Util]::isValid :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `string` contains valid UTF‐8, and `false` otherwise. `string` need not be null‐terminated and can contain embedded null bytes. == Synopsis Declared in `<bdlde_utf8util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isValid(std::string_view const& string); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#