Hi,
I want to define a regular expression for Line Comment.
It should be :
1. If position 7 is a '*' character, then comment all the line;
2. Whatever shows from position 81, comment all from position 81 to the line end.
Now I just can make 1. work via:
But I have no ideas for 2. Is there any kindly to help this? Thanks a lot.
I want to define a regular expression for Line Comment.
It should be :
1. If position 7 is a '*' character, then comment all the line;
2. Whatever shows from position 81, comment all from position 81 to the line end.
Now I just can make 1. work via:
Code: Select all
Line Comment = * Line Comment Valid Columns = [7]