java怎么利用正则表达式从给定的字符串中取出匹配规则字符串?

2024-11-02 07:36:26
推荐回答(1个)
回答1:

需要提取车牌号中握正嫌最后一个数字段手,比清晌如说:苏A7865提取5,苏A876X提取6

import java.util.regex.Matcher;

import java.util.regex.Pattern;

public class Test {

public static void main(String[] args) {

String s = "A876X";