Hey guys,
I am new to regex, and don't know much about patterns.I am trying to match data on a specific line; believe it or not this is all on one line "P57_20711. txt 0000666 0000000 0000000 00012074176 0 Vcar H57002007102120 DOE CM1956904710 00. 200711012007113 0 00000.00 00000.00 00168 " I am trying to remove everything from the letter "P" to "Vcar" including spacing and begin the line at the "H". I hear that the best way to do it is using regular expressions Any ideas?
Thanks
I am new to regex, and don't know much about patterns.I am trying to match data on a specific line; believe it or not this is all on one line "P57_20711. txt 0000666 0000000 0000000 00012074176 0 Vcar H57002007102120 DOE CM1956904710 00. 200711012007113 0 00000.00 00000.00 00168 " I am trying to remove everything from the letter "P" to "Vcar" including spacing and begin the line at the "H". I hear that the best way to do it is using regular expressions Any ideas?
Thanks
Comment