推荐于2016-05-16
展开全部
package test;
public class JButtonTest
{
public static void main ( String[] args )
{
String input = "汉字【汉字(2014)87号】:汉字 ";
String regex = ".*[)\\)](\\d+)\\s*号.*";
System.out.println (input.replaceAll (regex, "$1"));
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询