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!

link|improve this question

64% accept rate
using the browser's built-in search? (CTRL+F, etc.) – jnpcl Oct 23 '10 at 19:53
@jnpcl as far as I know, no browser's built-in search allows regexp search. – ceiling cat Oct 25 '10 at 1:59
feedback

migrated from stackoverflow.com Oct 24 '10 at 9:21

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

Within a single page? Install the "highlight regexp" bookmarklet for JavaScript regexps.

link|improve this answer
awesome, thanks! – ceiling cat Oct 25 '10 at 1:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.