regionMatches(boolean ignoreCase,int toffset,String other,int ooffset,int len): regionMatches(int toffset,String other,int ooffset,int len): 上述两个方法用来比较两个字符串中指定区域的子串.入口参数中,用toffset和ooffset分别指出当前字符串中的子串起始位置和要与之比较的字符串中的子串起始地址:len 指出比较长度.前一种方法可区分大写字母和小写字…