|
-
March 10th, 2019, 07:41 AM
#5
Re: Visual Studio Regex Replace Line That Starts WIth A Letter.
 Originally Posted by 2kaud
What language are you using?
c, c++, c++/cli, c#, f#, vb.net - other?
c++
I also found the solution I was looking for (below is the regular expression):
This will replace any text that starts with # and contains any other character except the new line.
The last asterisk means that if there is text that contains only # and nothing else, take it into account too.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|