How can I ignore case sensitivity?

Posted by Doug on Stack Overflow See other posts from Stack Overflow or by Doug
Published on 2010-04-12T00:17:19Z Indexed on 2010/04/12 0:23 UTC
Read the original article Hit count: 618

Filed under:

In JavaScript, I'm trying using the user's input to search my database. For example, user input is "monster", and my database's data is "Monster". How can I have it match regardless of it's casing?

© Stack Overflow or respective owner

Related posts about JavaScript