mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor regexes as verbatim strings.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace DiscImageChef.DiscImages
|
||||
public class RayDim : ImagePlugin
|
||||
{
|
||||
const string REGEX_SIGNATURE =
|
||||
"Disk IMage VER (?<major>\\d).(?<minor>\\d) Copyright \\(C\\) (?<year>\\d{4}) Ray Arachelian, All Rights Reserved\\."
|
||||
@"Disk IMage VER (?<major>\d).(?<minor>\d) Copyright \(C\) (?<year>\d{4}) Ray Arachelian, All Rights Reserved\."
|
||||
;
|
||||
|
||||
MemoryStream disk;
|
||||
|
||||
Reference in New Issue
Block a user