1.0.0 • Published 5 years ago

ciindexof v1.0.0

Weekly downloads
-
License
GPLv3.0
Repository
gitlab
Last release
5 years ago

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.

1.0.0

5 years ago