Hello all,
If I have the following code fragment:
/*
comment bla bla
*/
....code...
With a regular expression, how do I get/extract the comment inside this multi line comment block. With the comment characters?
And how do I get all the multi line comment from in the entire file?
Thanks