I have found this link to remove multiline comments :
Regex to match a C-style multiline comment
But this is not working for single line comments.Is there any efficient ways to remove single and multi comments using regex expression ?
I have found this link to remove multiline comments :
Regex to match a C-style multiline comment
But this is not working for single line comments.Is there any efficient ways to remove single and multi comments using regex expression ?