/
home
/
infinitibizsol
/
autocrm.infinitibizsol.com
/
node_modules
/
underscore.string
/
File Upload :
llllll
Current File: /home/infinitibizsol/autocrm.infinitibizsol.com/node_modules/underscore.string/startsWith.js
var makeString = require('./helper/makeString'); var toPositive = require('./helper/toPositive'); module.exports = function startsWith(str, starts, position) { str = makeString(str); starts = '' + starts; position = position == null ? 0 : Math.min(toPositive(position), str.length); return str.lastIndexOf(starts, position) === position; };
Copyright ©2k19 -
Hexid
|
Tex7ure