bayleeadamoss / zazu-clipboard

A clipboard manager for Zazu.
The Unlicense
14 stars 12 forks source link

Case insensitive matching #7

Closed bayleedev closed 8 years ago

bayleedev commented 8 years ago

When searching it should be a case sensitive match.

Question: is it faster to lowercase both and indexof? or regex with i flag?

bayleedev commented 8 years ago

Regex is faster.

http://fiddle.jshell.net/ptw4npuz/

bayleedev commented 8 years ago

Fixed in 6b44ba061cfe065df30b7e477561e6a6dd37ddad