admin 管理员组文章数量: 1086019
How can I search for some text that has spaces in it in all JavaScript sources on website? I know that I should use "CTRL + SHIFT + F"(on Windows), but Google Chrome Developer Tools searches not for the whole sentence, but for each word that is separated by space. How to find exactly what I've typed into searchbox ?
Please see screenshot:
Is it a bug in Chrome version "33.0.1750.117" ? It worked ok previously... Is there a workaround?
How can I search for some text that has spaces in it in all JavaScript sources on website? I know that I should use "CTRL + SHIFT + F"(on Windows), but Google Chrome Developer Tools searches not for the whole sentence, but for each word that is separated by space. How to find exactly what I've typed into searchbox ?
Please see screenshot:
Is it a bug in Chrome version "33.0.1750.117" ? It worked ok previously... Is there a workaround?
Share Improve this question edited Apr 23, 2014 at 10:17 Aremyst asked Feb 26, 2014 at 18:21 AremystAremyst 1,5282 gold badges22 silver badges34 bronze badges 2- That's weird, mine works as expected, I'm on 33.0.1750.117 too. – LasagnaAndroid Commented Feb 26, 2014 at 18:48
-
I'm on the same version but it didn't work. I had to use Regex and search for
Get\ all
to get what I wanted. In the results I'm seeingGet all
(with space) highlighted – heyomi Commented Feb 26, 2014 at 18:50
1 Answer
Reset to default 8Use double quotes to search for the whole sentence:
ex. "Get all"
本文标签: javascriptGoogle Chrome Developer Tools search for exact matchStack Overflow
版权声明:本文标题:javascript - Google Chrome Developer Tools: search for exact match - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744092457a2532286.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论