标签:bsp 特殊 summary public 方式 $0 属性 xxx person
某些工具生成如下的文件
public enum xxx
{
person =1,
Compan=2
Student xiaohai=3
}
正则表达式处理为合理的方式 针对属性。
先把所有 字符换成小写
^.*$
\L$0
把特殊字符换成大写
\t([A-Za-z])| ([A-Za-z])|/([A-Za-z])
\1\U\2\E
加上注释
\t[A-Za-z ]+
/// <summary>\n/// The $0 \n/// </summary>\n $0
标签:bsp 特殊 summary public 方式 $0 属性 xxx person
原文地址:https://www.cnblogs.com/qgbo/p/14782177.html