[#BloombergLP-bslstl-BoyerMooreHorspoolSearcher_GeneralImp-badCharacterSkip] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/BoyerMooreHorspoolSearcher_GeneralImp.adoc[BoyerMooreHorspoolSearcher_GeneralImp]::badCharacterSkip :relfileprefix: ../../../ :mrdocs: Return the number of positions to advance the search in the haystack when the specified `value` is found in the rightmost position of the current (unsuccessful) match attempt. == Synopsis Declared in `<bslstl_boyermoorehorspoolsearcher.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/BoyerMooreHorspoolSearcher_GeneralImp/difference_type.adoc[BoyerMooreHorspoolSearcher_GeneralImp<RNDACC_ITR_NEEDLE, HASH, EQUAL>::difference_type] badCharacterSkip(xref:BloombergLP/bslstl/BoyerMooreHorspoolSearcher_GeneralImp/value_type.adoc[value_type] const& value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#