Skip to content

Commit 4a778b1

Browse files
authored
Add support for NPUO ids lookup
pretty useless change but there are some NPUO ids reported on compatibility list
1 parent cce492c commit 4a778b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompatBot/EventHandlers/ProductCodeLookup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace CompatBot.EventHandlers;
1919
internal static partial class ProductCodeLookup
2020
{
2121
// see http://www.psdevwiki.com/ps3/Productcode
22-
[GeneratedRegex(@"(?<letters>(?:[BPSUVX][CL]|P[ETU]|NP)[AEHJKPUIX][ABDJKLMPQRSTX]|MRTC)[ \-]?(?<numbers>\d{5})", RegexOptions.IgnoreCase | RegexOptions.Compiled, "en-GB")]
22+
[GeneratedRegex(@"(?<letters>(?:[BPSUVX][CL]|P[ETU]|NP)[AEHJKPUIX][ABDJKLMOPQRSTX]|MRTC)[ \-]?(?<numbers>\d{5})", RegexOptions.IgnoreCase | RegexOptions.Compiled, "en-GB")]
2323
public static partial Regex Pattern();
2424
private static readonly Client CompatClient = new();
2525

0 commit comments

Comments
 (0)