cilastindexof
v1.0.1
Published
Check for the last instance of string and returns the index of the first character, if it exists. Otherwise returns -1 if it does not exist.
Downloads
1
Maintainers
Readme
Case insensitive lastIndexOf module for node.js Usage: require('cilastindexOf'); if(inputString.ciLastIndexOf('searchString') !== -1) {} Returns the index of the first character of the last occurrence of the search string if it exists, or -1.