반응형

#1. str.startsWith(searchString[, position])


매개변수섹션

searchString
문자열의 시작 지점에서 탐색할 문자열
position Optional
searchString을 탐색할 위치. 기본값 0.

반환 값섹션

문자열이 검색 문자열로 시작하면 true, 아니면 false.


< From : https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith >



반응형

+ Recent posts