matches是完全匹配。跟matcher不一样, matcher像perl正则, 能匹配到符合的都会返回true, 而这个matches要完全一模一样才行。 import java.util.reg … Continue reading java中的matches -> 完全匹配
matches是完全匹配。跟matcher不一样, matcher像perl正则, 能匹配到符合的都会返回true, 而这个matches要完全一模一样才行。 import java.util.reg … Continue reading java中的matches -> 完全匹配