編集の要約なし |
編集の要約なし |
||
(同じ利用者による、間の1版が非表示) | |||
1行目: | 1行目: | ||
"[[String]]".replace [https://docs.oracle.com/javase/jp/8/docs/api/java/lang/String.html#replace-char-char-] | "[[String]]".replace [https://docs.oracle.com/javase/jp/8/docs/api/java/lang/String.html#replace-char-char-] | ||
文字列を指定して置き換えます。指定文字は1文字でも構いません。 | |||
String s1 = "Java and Python."; | String s1 = "Java and Python."; | ||
System.out.println(s1.replace("J", "hoge")); | System.out.println(s1.replace("J", "hoge")); |