Forum
Show product page of program "Universal Code Lines Counter"
Table of contents: code line continuations, Darren Aklestad, 2010-09-02 00:02:44
Re: code line continuations, Andreas Breitschopp (
Webmaster), 2010-09-02 09:29:44
code line continuations Darren Aklestad, 2010-09-02 00:02:44 |
Is there a way to indicate continuation lines of code, so that multiple lines of code can be counted as only one line.
For example in Matlab the '...' is used to split lines for readability.
Also how to detect multiple code lines on a single physical line?
Thanks,
Darren |
Reply | Goto top |
Re: code line continuations Andreas Breitschopp (Webmaster), 2010-09-02 09:29:44 |
Hello Darren,
the program Delete Lines completely supports regular expressions and therefore both should be possible.
I suggest you search Google for a good RegEx tutorial. Then you should be able to achieve both things.
Best regards
Andreas |
Reply | Goto top |