728x90
문자열 문자 개수
문자열에서 문자 개수 구하기
문자열에서 특정 문자 개수 구하기
string 문자 찾기
my google query = string 찾는 문자 갯수
이것을 찾으셨나요? string 찾는 문자 개수
int lineCnt = 0; int fromIndex = -1; while ((fromIndex = cellText.indexOf("\n", fromIndex + 1)) >= 0) { lineCnt++; }
출처: java - 문자열 특정 문자 개수 구하기 - goni9071.tistory.com
출처: http://goni9071.tistory.com/entry/java-문자열-특정-문자-개수-구하기 [고니의꿈]
my google query = indexof fromindex
http://itpangpang.xyz/275
728x90