Find with regex

When hitting CTRL+F to find text on the current page it would be great if we also could use regex patterns (like vscode and other editors do).

I would like to upvote this feature.

  • match case (Aa)
  • match whole word (ab)
  • match regex (.*)

(Screenshot below from VS Code).

image