1.1.1 • Published 8 years ago

buffer-indexof v1.1.1

Weekly downloads
7,945,778
License
MIT
Repository
github
Last release
8 years ago

Build Status

buffer-indexof

find the index of a buffer in a buffer. should behave like String.indexOf etc.

var bindexOf = require('buffer-indexof');

var newLineBuffer = new Buffer("\n");

var b = new Buffer("hi\nho\nsilver");


bindexOf(b,newLineBuffer) === 2

// you can also start from index

bindexOf(b,newLineBuffer,3) === 5

// no match === -1

bindexOf(b,newLineBuffer,6) === -1

CHANGELOG

  • 1.0.0
    • fixed issue finding multibyte needles in haystack. thanks @imulus
  • 1.0.1
    • fixed failing to find partial matches as pointed out by @bahaa-aidi in #2
dns-txtcomponennenttvuedragdropuploadimagesbb-chat@frxf/frxf@texttree/demo-bsa-reference-rcl@l1nyanm1ng/react-picture-viewercthpb-plugin-sociallevibestliblevibestlib2levilibtest19levilibtest24levilibtest25levilibtest26levilibtest27levilibtest28levilibtest29@infinitebrahmanuniverse/nolb-bufcclibyarntest@everything-registry/sub-chunk-1271test-carosello-campusvue-button-test1webdatabasetest1webdatabasetest10testweblibapivue-compmentvcloudcam-playkit-js-hls@cube-design/react@beldore/react-otp-input@rbc-public/react-selectable-fastjesusdemojpeg-com-segmentstream-buffer-replacestyle-guide-mainstreaming-formatstnenopmoc-iustock-ticker-react-widgettingzi-vuepresstinymce-plugin-toy@alta-ng-timeago/hiamtanh-alta@carhoo/widget-dealers@chiaraani/bouncing-ballwebliblevi3verify-img-codevformlmq@farvater/open-pedigree@elsouza1985/react-org-chart@fugle/buffer-split@kristoffertonning/vue-laravel-errors@ngxvoice/ngx-voicelistner@ericmcornelius/ease@kirrosh/pts@sackmanson/quill-image-uploader@soyjak/utils@reloaddk/flowdockmncssmidorimllp-streamsam-carouselreact-misc-toolboxsamc2samc3samc4samc5prova-2-caroselloprova-cmpprova-cpm-2prova-cpm-3prova-cpm-4react-otp-input-uptdnhome-serverng-search-dropdownnois-react-toastpinoccio-serialpinoccioplaykit-js-hls-sondqprasadacmreplace3qa_hddreyhan-projectreact-solid-gradient-pickerhot-zone-vuehelp-widgetlitepie-datepicker-gabelevikotlinliblevikotlintestlevilibtest15levilibtest18levilibtest21levilibtest22levilibtest23levimultiplatform10levimultiplatformtestlevimultitestlevilibtest16levilibtest17m2m-chartjs-plugin-crosshairkrown_login_librarymd-vditormdns-txt
1.1.1

8 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.0.2

11 years ago

0.0.1

12 years ago

0.0.0

12 years ago