PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
ends-with
/
benchmark
/
implementations
'use strict'; module.exports = function(a, b) { a = String(a); b = String(b); var re = new RegExp(b + '$'); return a.search(re) !== -1; };
[-] substr.js
[edit]
[-] re-test.js
[edit]
[+]
..
[-] re-search.js
[edit]
[-] while.js
[edit]
[-] substring.js
[edit]
[-] slice.js
[edit]
[-] last-index-of.js
[edit]
[-] re-exec.js
[edit]
[-] index-of.js
[edit]