A única maneira de alcançar isso é com expressões regulares (eu acho). Isso pode ajudar você.
link :
== Can I use regular expressions to search? == As per
:help pattern.html
, Firefox does not provide native regular expression support for searching, so Vimperator will probably never do this natively. That being said, there is an extension to add it that meshes well with Vimperator. Here are the steps to enable regular expression searching:
- Install the /Find Bar/ extension from http://www.oxymoronical.com/web/firefox/FindBarRX
- Restart Firefox.
- Get the regular find bar. On the Mac this is Apple-f, other places iCtrl-f (the
i
means "pass next key through to Firefox").- Check the regular expression box, and close the find bar.
- The setting will stick, so that searching with / will use regular expressions. Don't forget to escape characters like '/' and '.'.
NB: The {{{/Find Bar/}}} extension is no longer actively developed. There has been at least one case of it causing Firefox to crash on startup. ''Caveat emptor''.