public static string ReTrimAndspace(string s)
 {
     return(StaticAIMLUtils.ReTrimAndspace(s));
 }