“EP-S Gaussian Scoped Mining Laser” was not correctly registered as a “mining device”`
I’ve figure out why this happens. It happens because real text we parsed is <b>EP-S Gaussian Scoped Mining Laser</b>
. No one of patterns below matches it.
I believe we should change IsMinerSetIndicatorLabelRegexPattern to variant below:
static readonly string[] IsMinerSetIndicatorLabelRegexPattern = new string[]{
@"Miner",
@"Mining\sLaser",
};