// // Replace // public static string Replace(java.lang.String str, char oldChar, char newChar) => str.replace(oldChar, newChar);