Sha256: 490252d3db9f89c983aeaf4ee3a9fc68395339e2cbbc4218676372ff26428320

Contents?: true

Size: 543 Bytes

Versions: 167

Compression:

Stored size: 543 Bytes

Contents

/**
 * Used by `_.trim` and `_.trimLeft` to get the index of the first character
 * of `string` that is not found in `chars`.
 *
 * @private
 * @param {string} string The string to inspect.
 * @param {string} chars The characters to find.
 * @returns {number} Returns the index of the first character not found in `chars`.
 */
function charsLeftIndex(string, chars) {
  var index = -1,
      length = string.length;

  while (++index < length && chars.indexOf(string.charAt(index)) > -1) {}
  return index;
}

module.exports = charsLeftIndex;

Version data entries

167 entries across 87 versions & 9 rubygems

Version Path
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.4.1 node_modules/contents/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/charsLeftIndex.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/charsLeftIndex.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/charsLeftIndex.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/charsLeftIndex.js