摘要:
using System.Text.RegularExpressions;string inputstr = " aa bb cc dd ";string outputstr = Regex.Replace( inputstr.Trim() , " *" , " "); 阅读全文
posted @ 2007-07-08 14:03 james.dong 阅读(547) 评论(0) 推荐(0)
|
摘要:
using System.Text.RegularExpressions;string inputstr = " aa bb cc dd ";string outputstr = Regex.Replace( inputstr.Trim() , " *" , " "); 阅读全文
posted @ 2007-07-08 14:03 james.dong 阅读(547) 评论(0) 推荐(0) |
||