Sha256: 2e14998566730ad4a57d6d046de9769a9213b39ece4218b4bb9a4a912092ceef

Contents?: true

Size: 729 Bytes

Versions: 33

Compression:

Stored size: 729 Bytes

Contents

[![Build Status](https://secure.travis-ci.org/soldair/node-buffer-indexof.png)](http://travis-ci.org/soldair/node-buffer-indexof)
 

buffer-indexof
===================

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

```js

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

Version data entries

33 entries across 32 versions & 11 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/buffer-indexof/README.md
disco_app-0.18.0 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.18.2 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.16.1 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.15.2 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.18.4 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.18.1 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.14.0 test/dummy/node_modules/buffer-indexof/README.md
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/buffer-indexof/README.md
tang-0.2.1 spec/tang_app/node_modules/buffer-indexof/README.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/buffer-indexof/README.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/buffer-indexof/README.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/buffer-indexof/README.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/buffer-indexof/README.md
tang-0.2.0 spec/tang_app/node_modules/buffer-indexof/README.md
tang-0.1.0 spec/tang_app/node_modules/buffer-indexof/README.md
tang-0.0.9 spec/tang_app/node_modules/buffer-indexof/README.md
enju_library-0.3.8 spec/dummy/node_modules/buffer-indexof/README.md
ilog-0.4.1 node_modules/buffer-indexof/README.md