PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
string
/
#
"use strict"; var ensureString = require("../../object/validate-stringifiable-value"); module.exports = function (search) { var string = ensureString(this), count = 0, index = 0; search = ensureString(search); if (!search) throw new TypeError("Search string cannot be empty"); while ((index = string.indexOf(search, index)) !== -1) { ++count; index += search.length; } return count; };
[-] at.js
[edit]
[-] indent.js
[edit]
[+]
normalize
[-] uncapitalize.js
[edit]
[+]
..
[-] case-insensitive-compare.js
[edit]
[-] capitalize.js
[edit]
[-] plain-replace-all.js
[edit]
[-] plain-replace.js
[edit]
[+]
contains
[-] pad.js
[edit]
[+]
starts-with
[+]
@@iterator
[+]
ends-with
[-] count.js
[edit]
[-] index.js
[edit]
[+]
code-point-at
[-] hyphen-to-camel.js
[edit]
[-] camel-to-hyphen.js
[edit]
[-] last.js
[edit]
[+]
repeat