[#BloombergLP-bslfmt-FormatSpecificationParser-remainingSpec] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatSpecificationParser.adoc[FormatSpecificationParser]::remainingSpec :relfileprefix: ../../../ :mrdocs: Return that section of the specification string that remains unparsed after the call to `parse`. Note that this may be a truncated version of the string held by the parse context. If `parse` has not previously been called throw a `format_error` exception. == Synopsis Declared in `<bslfmt_formatspecificationparser.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bsl::basic_string_view<t_CHAR> const remainingSpec() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#