$n

使えないと思ってた…orz


System.out.println("foo '''bar''' hoge".replaceAll("'''([^']*)'''", "<b>$1</b>"));

foo <b>bar</b> hoge