contains

fndlfn·2023년 10월 19일

remind

목록 보기
1/25

문자열이 포함 된지 찾기

str1="abcde"
str2="bcd"
if(str1.contains(str2)){
	return 1;
	}
    

0개의 댓글