is there a way to search within a browser (with any of them) using regular expression? Let's say I want to search for either "python" or "php" I don't want to have to do this twice. Ideally, this could be done within the regular GUI, but if not, using add-ons/plug-ins with Web Inspector (webkit) or Firebug is fine too. Thanks!
feedback
|
migrated from stackoverflow.com Oct 24 '10 at 9:21
This question came from our site for professional and enthusiast programmers.
|
Within a single page? Install the "highlight regexp" bookmarklet for JavaScript regexps. | |||
|
feedback
|