ciindexof
v1.0.0
Published
Check for the first case insensitve occurrence of string and returns the index of the first character. Otherwise returns -1 if it does not exist.
Downloads
1
Maintainers
Readme
ciIndexOf
Case insensitive indexOf module for node.js
Usage: require('ciIndexOf'); if(teststring.ciIndexOf('searchString') !== -1) {} Returns index position of first letter of searchString, or -1 if not found.