mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Not all CMP DATs use the same whitespace
This commit is contained in:
@@ -13,7 +13,7 @@ namespace SabreTools.Helper
|
||||
{
|
||||
// Regex matching patterns
|
||||
private static string _headerPattern = @"(^.*?) \($";
|
||||
private static string _itemPattern = @"^\s+(\S*?) (.*)";
|
||||
private static string _itemPattern = @"^\s*(\S*?) (.*)";
|
||||
private static string _endPattern = @"^\s*\)\s*$";
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user