[#BloombergLP-bdlb-Tokenizer-reset-0f] = 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. == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reset(std::string_view const& input); ---- == Description Same as the preceding overload for a `string_view` `input`. == Parameters [cols="1,4"] |=== | Name| Description | *input* | character sequence to tokenize |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#