regular expression search
Posted: Fri Mar 14, 2008 11:23 am
I'm using the following regular expression search
on.*request
with which I expect to find the following phrases (as examples):
OnActivationRequest(
OnReloadRequest(
However, when starting from the top of the file, I'm locating the first instance of "on" in the file, and highlighting everything following up to (and including) the last occurrence of "request" in the file, spanning many, many lines. I only want to find that expression on one line at a time.
I've tried lots of different things, but nothing seems to limit the find to just one line at a time. I would appreciate some help on this.
Thanks.
on.*request
with which I expect to find the following phrases (as examples):
OnActivationRequest(
OnReloadRequest(
However, when starting from the top of the file, I'm locating the first instance of "on" in the file, and highlighting everything following up to (and including) the last occurrence of "request" in the file, spanning many, many lines. I only want to find that expression on one line at a time.
I've tried lots of different things, but nothing seems to limit the find to just one line at a time. I would appreciate some help on this.
Thanks.