mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Style] Add region
This commit is contained in:
@@ -10,6 +10,8 @@ namespace SabreTools.Helper
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class Style
|
public class Style
|
||||||
{
|
{
|
||||||
|
#region WoD-based String Cleaning
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Replace accented characters
|
/// Replace accented characters
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -139,6 +141,10 @@ namespace SabreTools.Helper
|
|||||||
return input;
|
return input;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region DAT Cleaning
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Generate a proper outfile name based on a DAT and output directory
|
/// Generate a proper outfile name based on a DAT and output directory
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -281,6 +287,8 @@ namespace SabreTools.Helper
|
|||||||
return newhash;
|
return newhash;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region Externally sourced methods
|
#region Externally sourced methods
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user