Searched refs:trimmedEndIndex (Results 1 – 4 of 4) sorted by relevance
12 function trimmedEndIndex(string) { function19 module.exports = trimmedEndIndex;
1 var trimmedEndIndex = require('./_trimmedEndIndex'); variable15 ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
6 trimmedEndIndex = require('./_trimmedEndIndex'); variable30 return string.slice(0, trimmedEndIndex(string) + 1);
1019 ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')1364 function trimmedEndIndex(string) { function15065 return string.slice(0, trimmedEndIndex(string) + 1);