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