ff1b5142创建于 2025年11月22日历史提交
namespace RegexColumnizer;

public class RegexColumnizerConfig
{
    #region Properties

    public string Expression { get; set; } = "(?<text>.*)";

    public string Name { get; set; }

    public string CustomName { get; set; }

    #endregion
}