當前位置:成語大全網 - 書法字典 - Java正則表達式取值並保持格式替換。

Java正則表達式取值並保持格式替換。

導入Java . util . regex . *;

公共課考試

{

公共靜態void main(String[] args)

{

最終字符串s="t1:\"1:0\ ",t2:\"2:0\ ",t3:\"2:1\ ",t4:\"2:2\ ",d;

pattern p = pattern . compile("(\ \ d):(\ \ d)");

match erm = p . matcher(s);

//system . out . println(s);

d = m . replace all(" s $ 1 $ 2 ");

system . out . println(d);

}

}