Quote:
Originally Posted by kovidgoyal
Since you want to use a regexp to select a region to use another regexp on anyway just modify the search/replace regexp it to only match the region of interest.
|
It is not possible in every case. The use of one or more regexes to select a region (into which operate some changes with other regexes) is a common tecnique with vim or emacs.
ss