PaulStoffregen / Audio

Teensy Audio Library
http://www.pjrc.com/teensy/td_libs_Audio.html
1.08k stars 401 forks source link

Fix searchbar regular expression matching to be case-insensitive #400

Closed MarkTillotson closed 3 years ago

MarkTillotson commented 3 years ago

Add "i" option to RegExp parameters. Since the matching is with class names which are mixed case it was behaviing counter-intuitively.