static String getModifiedExpression(String texString) { var result = texString.trim(); result = modifySpecialStrings(texString); return result; }