当前位置: 编程技术>.net/c#/asp.net
C#中英文混合字符串截取函数
来源: 互联网 发布时间:2014-10-23
本文导语: 代码如下:/// /// 截断字符串 /// /// 最大长度 /// 原字符串 /// public static string CutStr(int maxLength, string str) { string temp = str; ...
代码如下:
///
/// 截断字符串
///
/// 最大长度
/// 原字符串
///
public static string CutStr(int maxLength, string str)
{
string temp = str;
if (Regex.Replace(temp, "[u4e00-u9fa5]", "zz", RegexOptions.IgnoreCase).Length = 0; i--)
{
temp = temp.Substring(0, i);
if (Regex.Replace(temp, "[u4e00-u9fa5]", "zz", RegexOptions.IgnoreCase).Length