PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
string
/
#
"use strict"; var value = require("../../object/valid-value"); module.exports = function (search, replace) { var index, pos = 0, str = String(value(this)), sl, rl; search = String(search); replace = String(replace); sl = search.length; rl = replace.length; while ((index = str.indexOf(search, pos)) !== -1) { str = str.slice(0, index) + replace + str.slice(index + sl); pos = index + rl; } return str; };
[-] 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