Board index » Visual Studio » Need help with Regex
|
DBA9999
|
|
DBA9999
|
Need help with Regex
Visual Studio374
I'm trying to find VB Comments in code. I used this regex string: '.+$ That works great for finding comment lines and comments at the end of lines. However, it catches things it shouldn't, like: x = "Getting DSN's from " & _ It matches: 's from " & _ Can anyone suggest a regex expression that would not match in these instances? - |
