标签:style blog color for div line new log
public static string AddNewLine(string inString,int num,string addString="\r\n") { return Regex.Replace(inString, string.Format(@".{{{0}}}", num), "$0"+addString); }
c# 用正则表达式在指定的字符串中每隔指定个数的文字插入指定字符串,布布扣,bubuko.com
c# 用正则表达式在指定的字符串中每隔指定个数的文字插入指定字符串
标签:style blog color for div line new log
原文地址:http://www.cnblogs.com/simadi/p/3897779.html