What I want to do is simply delete everything AFTER the string
"// end //"
So say you have
TEXT TEXT TEXT #1
// end //
TEXT TEXT TEXT #2
I want to delete "TEXT TEXT TEXT #2" but leave the // end // bit intact.
Seems like simply regular expressions but I can't figure it out.
thanks - th