[)][ ](?<=) )(?=s{9}{)s{9}{
作用如:获取红色部分,用于替换
public string UpdateFormula() { }
排除某个单词
abcd,ab,d,a
((?!abcd)w)+
结果: ab d a