[#BloombergLP-bdlb-Tokenizer-trailingDelimiter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Tokenizer.adoc[Tokenizer]::trailingDelimiter :relfileprefix: ../../../ :mrdocs: Return a reference to the non‐modifiable current (trailing) delimiter (maximal sequence of one or more delimiter characters containing at most one _hard_ delimiter character) in the input string. The returned reference remains valid so long as the underlying input is not modified or destroyed ‐‐ irrespective of the state (or existence) of this object. The behavior is undefined unless the iteration state of this object is initially valid, or if the underlying input has been modified or destroyed since this object was most recently reset (or created). == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/StringRef.adoc[bslstl::StringRef] trailingDelimiter() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#