요르딩딩
[JAVA] lastIndexOf(), String.format("%02d")~ 본문
728x90
반응형
[indexOF()]
[lastIndexOF()]
참고 : https://mine-it-record.tistory.com/124
[String.format("%02d")~]
%: 명령의 시작
0: 채워질 문자
2: 총 자리수
d; 10진수(정수)
참고 : http://mwultong.blogspot.com/2007/01/java-0-leading-zero-to-number.html
728x90
반응형
'[Java]' 카테고리의 다른 글
[JAVA] (collection) iterator (0) | 2021.05.24 |
---|---|
[JAVA] String.getBytes("")'; (0) | 2021.05.20 |
[JAVA] LocalDate, System.arraycopy() (0) | 2021.05.14 |
[JAVA] startsWith(), endsWith() (0) | 2021.05.10 |
[JAVA] Enum 구현 (2) (0) | 2021.05.06 |
Comments