[#BloombergLP-bdls-PathUtil-getExtension-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::getExtension :relfileprefix: ../../../ :mrdocs: Load into the specified `extension` the extension of `path`. If the optionally specified `rootEnd` offset is non‐negative, it is taken as the position in `path` of the character following the root. Return 0 if the path has an extension, and a non‐zero value otherwise. See []and Performance). See also for the definition of leaf and root. == Synopses Declared in `<bdls_pathutil.h>` Load into the specified `extension` the extension of `path`. If the optionally specified `rootEnd` offset is non‐negative, it is taken as the position in `path` of the character following the root. Return 0 if the path has an extension, and a non‐zero value otherwise. See []and Performance). See also for the definition of leaf and root. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getExtension-0c.adoc[getExtension]( xref:bsl/string.adoc[bsl::string]* extension, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getExtension-0c.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getExtension-0d.adoc[getExtension]( std::pmr::string* extension, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getExtension-0d.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getExtension-07.adoc[getExtension]( std::string* extension, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getExtension-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#