[#BloombergLP-bdlb-Tokenizer-reset-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Tokenizer.adoc[Tokenizer]::reset :relfileprefix: ../../../ :mrdocs: Rebind this object to refer to the specified sequence of `input` characters. The state of the tokenizer following this call is _as_ _if_ it had been constructed with `input` and its current sets of _soft_ and _hard_ delimiter characters. The behavior is undefined if this object is used in any way (other than to reset or destroy it) after its underlying `input` string is modified. Note that supplying a default constructed `string_view` is equivalent to supplying an empty c‐string (i.e., ""). == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset(char const* input); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#