Hello Monks,
I usually have to parse a lot of data and usually the data would contain comments which should not be look at. Ie /* */ or #. After parsing the data, I should remake a file with most of the modified data (with the original comments).
What idea/functions can help me with this type of stuff?