I am writing a program in VB.NET (Personal Project) and need your guys help with Regex (or another solution), I have been thinking for a solution for days but I can't solve it.
A line which can looks like this (and maybe more)
But I only want the 1st Part so
The only common standard about the format is that the text I want starts after a " chr(34) but after that there are (unfortunately) No more common identifiers (only that text I want is in ALL CAPS [A-Z]
I can't seem to find a solution to this problem, the text file formatting is just to messed up and to do it manually would take me days and days (60.000 Lines)
Thanks again, will try those Regexes. Great help !!
Good one about stripping first the lower cases and then the mixed cases !!
Edit: I most certainly could do it manually, but this list changes sometimes once a week or sometimes twice and then a long while it doesn't change, so Id rather do it "semi auto"