Where has the Google Chrome Console Filter [_] Regex checkbox gone?

后端 未结 2 1226
萌比男神i
萌比男神i 2021-02-07 19:02

All of the Google Chrome Console documentation pages (and numerous SO answers) show a checkbox labeled \"Regex\" next to the filter when the filter bar is expanded, e.g., from t

相关标签:
2条回答
  • 2021-02-07 19:29

    the approved answer didn't work for me. My version is 80+. I finally figured out that clicking on search opens the interface to search with regex.

    I didn't like the search results page though.

    0 讨论(0)
  • 2021-02-07 19:36

    In Chrome 58+ to enter a regex simply enclose the text in /, this trick is used in some applications:

    /\w+::\S/
    
    0 讨论(0)
提交回复
热议问题