Damn, I got it! The regex adjusted to also match ‘-1’ and it works now!
Original regex: ‘/^(Hive)*AP[\w]+(?:_n)?, HiveOS/’
Custom regex: ‘/^(Hive)*AP[\w\-]+(?:_n)?, HiveOS/’
Very nice. Credits to Slashdoom for pointing me in the right direction!
Damn, I got it! The regex adjusted to also match ‘-1’ and it works now!
Original regex: ‘/^(Hive)*AP[\w]+(?:_n)?, HiveOS/’
Custom regex: ‘/^(Hive)*AP[\w\-]+(?:_n)?, HiveOS/’
Very nice. Credits to Slashdoom for pointing me in the right direction!