将该字符串首尾的空格去掉,如果字符

string inputStr=" xx xx

";
inputStr=Regex.Replace

(inputStr.Trim()," *"," ");

你可能感兴趣的:(将该字符串首尾的空格去掉,如果字符)