- Posted by
- Great, thanks to both of you :PPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- air_bob
Mar 05, 2010
- For example: /* comment1 comment2 comment3 */ I want delete the comments (including /*and*/) One way is using macro. How to do this using just replace command? How to represent it in regular expression ? I tried ^(/*^)^(*^)^(*/^) or ^(\/\*^)^(*^)^(\*\/^) or ^(^/^*^)^(*^)^(^*^/^), all cannot work. I ...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- air_bob
Mar 04, 2010