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?




Reply With Quote