[#BloombergLP-baljsn-ParserUtil-stripQuotes] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/ParserUtil.adoc[ParserUtil]::stripQuotes :relfileprefix: ../../../ :mrdocs: If the specified `*str` is at least two characters long and begins and ends with quotation marks ("), then remove the first and last characters; otherwise, do not modify `*str`. Return `true` if `*str` was modified. == Synopsis Declared in `<baljsn_parserutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool stripQuotes(std::string_view* str); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#