10

Can Developer Tools in Chrome perform a non-case-sensitive search?

Inkbug
  • 1,682
  • 1
  • 10
  • 26
Kozuch
  • 2,272
  • 3
  • 26
  • 38

1 Answers1

1

Google Chrome always performs a case-insensitive search when you press CTRL+F (Windows) or CMD+F (Mac) when in developer tools.

Rashi Abramson
  • 1,127
  • 8
  • 16
  • Dunno if it's a bug or what, but this is untrue in Chrome v.32. Definitely is case sensitive. – Alkanshel Jan 13 '14 at 06:34
  • It depends where you're searching. If you're in the elements panel, it's case insensitive. In the sources panel, it's case insensitive. Where is it showing case sensitivity for you? – Rashi Abramson Feb 15 '14 at 18:51
  • 2
    It was case sensitive in the elements panel. This was a bug that was resolved in v33 (I grabbed the beta just to get around it). – Alkanshel Feb 22 '14 at 00:46