I want to parse model numbers based on clipboard copy. Text looks like this.
20 3 - - GG225FZTQ00 22 CU FF CHEST SPHINKTER released 1.000000 M model I 01-Jan-1900
20 3 - - GG225FZTQ11 22 CU FF CHEST SPHINKTER released 1.000000 M model I 01-Jan-1900
I want to have just the model number e.g. GG225F2TQ00.
I have a perl program that reads data from a file and it parses out great. However I am having problems reading the data from the clipboard and parsing.
20 3 - - GG225FZTQ00 22 CU FF CHEST SPHINKTER released 1.000000 M model I 01-Jan-1900
20 3 - - GG225FZTQ11 22 CU FF CHEST SPHINKTER released 1.000000 M model I 01-Jan-1900
I want to have just the model number e.g. GG225F2TQ00.
I have a perl program that reads data from a file and it parses out great. However I am having problems reading the data from the clipboard and parsing.