I need to get the string in between /* */ comment tag. I am trying to parse a file and just get the strings between comment tags within it. I'm new in using regex. So any advise would be greatly appreciated. I already tried some but none are working.
Sample String Would Be. And yes there is a newline after /* and before */
/*
Comment Here
Comment Here
*/