나는이 안드로이드 방법 TextUtils.regionMatches 안드로이드 방법 TextUtils.regionMatches는
그러나 어떤 이유로
을 발견했다, 그래서이 기능이 어떻게 작동하는지는 명확하지 않다.기능
는 여기에서 찾을 수 있습니다 : 함수가 호출되는 방식에 도움이 되거 수있는 사람들을위한 http://developer.android.com/reference/android/text/TextUtils.html#regionMatches%28java.lang.CharSequence,%20int,%20java.lang.CharSequence,%20int,%20int%29그리고 여기이 방법의 기본 코드, http://androidxref.com/4.1.1/xref/frameworks/base/core/java/android/text/TextUtils.java#220
감사합니다.
Java 버전에서는 TextUtils.regionMatches가 StringIndexOutOfBoundsException을 throw하는 경우가 있습니다. – ballzak