[DatFile] Add secondary XML parsing method, not hooked up

This commit is contained in:
Matt Nadareski
2016-09-30 10:59:53 -07:00
parent aee4d4983a
commit c89c805ce1
2 changed files with 872 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ namespace SabreTools.Helper
#region Regex conversion patterns
public const string XmlPattern = @"<(.*?)>(.*?)</(.*?)>";
public const string HeaderPatternCMP = @"(^.*?) \($";
public const string ItemPatternCMP = @"^\s*(\S*?) (.*)";
public const string EndPatternCMP = @"^\s*\)\s*$";