Sha256: deb457a09be3503a15ef6960d3a87bc7c7a3c100ae8efef1687a21610c2a74e8

Contents?: true

Size: 185 Bytes

Versions: 19

Compression:

Stored size: 185 Bytes

Contents

var makeString = require('./helper/makeString');

module.exports = function include(str, needle) {
  if (needle === '') return true;
  return makeString(str).indexOf(needle) !== -1;
};

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/underscore.string/include.js
ela-4.1.5 node_modules/underscore.string/include.js
ela-4.1.4 node_modules/underscore.string/include.js
ela-4.1.3 node_modules/underscore.string/include.js
ela-4.1.2 node_modules/underscore.string/include.js
ela-4.1.1 node_modules/underscore.string/include.js
ela-4.1.0 node_modules/underscore.string/include.js
ela-4.0.0 node_modules/underscore.string/include.js
ela-3.4.3 node_modules/underscore.string/include.js
ela-3.4.2 node_modules/underscore.string/include.js
ela-3.4.0 node_modules/underscore.string/include.js
ela-3.3.1 node_modules/underscore.string/include.js
ela-3.3.0 node_modules/underscore.string/include.js
ela-3.2.0 node_modules/underscore.string/include.js
ela-3.1.1 node_modules/underscore.string/include.js
ela-3.1.0 node_modules/underscore.string/include.js
ela-3.0.0 node_modules/underscore.string/include.js
ela-2.0.0 node_modules/underscore.string/include.js
ela-1.1.0 node_modules/underscore.string/include.js