We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce492c commit 4a778b1Copy full SHA for 4a778b1
CompatBot/EventHandlers/ProductCodeLookup.cs
@@ -19,7 +19,7 @@ namespace CompatBot.EventHandlers;
19
internal static partial class ProductCodeLookup
20
{
21
// 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")]
+ [GeneratedRegex(@"(?<letters>(?:[BPSUVX][CL]|P[ETU]|NP)[AEHJKPUIX][ABDJKLMOPQRSTX]|MRTC)[ \-]?(?<numbers>\d{5})", RegexOptions.IgnoreCase | RegexOptions.Compiled, "en-GB")]
23
public static partial Regex Pattern();
24
private static readonly Client CompatClient = new();
25
0 commit comments