2018-01-01から1ヶ月間の記事一覧
VirtualBox シリーズの第一弾です。 第一弾 VirtualBox を Windows にインストール ← この記事 第二弾 VirtualBox で作成した仮想マシンに CentOS をインストール - 山崎屋の技術メモ 第三弾 VirtualBox に入れた CentOS のネットワーク設定 - 山崎屋の技術…
String 文字列の話です。ある文字列中の末尾に現れる正規表現文字列を置換(replace)します。 String#replaceAll String クラスの replaceAll を使用する方法。 public class Main { public static void main(String[] args) { String str = "hogehoge"; Sy…