pub static REAL_REGEX: Lazy<Regex>Expand description
REAL detector. Ported from QualityParser.cs:46-47.
Case-sensitive intentionally. The C# pattern carries
RegexOptions.Compiled only (no IgnoreCase), so only uppercase
REAL matches. We omit the (?i) flag here to mirror C# faithfully.