Hi,

I am trying to find all my comments in the project by using regular expressions.

Can you tell me please how can I find what's :
- between /* ... */ (in multiples lines)
- after //... (in the same line)

Thanks