Perl 5 – regex alternation not returning first match
Advertisements I’m trying to parse a automobile info text into a semicolon delimited file. The fields should be Year, Make, Model, Keyfob Description, FCC ID. The regex alternation should be able to separate the Model from the Keyfob Desc. I thought the alternation would use the first match, but is always choosing the word Remotewhen… Read More Perl 5 – regex alternation not returning first match