Trying to do a REGEX search
I want to do a REGEX search that will find two different variables: strPrimaryLogin and strSecondaryLogin.
\bstr will find all str* variables.
Login\b finds all *Login variables.
What "wildcard" do I drop in between to find the pattern I've just described?
Re: Trying to do a REGEX search
Can you give an example of the string you're searching?
Re: Trying to do a REGEX search
I'm doing a FIND in the VS IDE...
Re: Trying to do a REGEX search
Quote:
Originally Posted by
szlamany
I'm doing a FIND in the VS IDE...
Ok. I missed that part of the question.
Re: Trying to do a REGEX search
You can use the following: