I'm wanting to clean up some scripts and one of the functions I'd like is one to remove all comments.
This would be strings that follow a #
And text between
<# comment #>
Suggestions?
I'm wanting to clean up some scripts and one of the functions I'd like is one to remove all comments.
This would be strings that follow a #
And text between
<# comment #>
Suggestions?