strip-comments
strip-comments copied to clipboard
# Comments (e.g. python code)
Hi,
I have a question about the API for striping comments from python code. Per default comments starting with #
and terminated by \n
are not filtered out.
How do I achieve that?
Thanks!
I'm having this issue as well.