Notice
Recent Posts
Recent Comments
Link
목록INCLUDES (1)
솔미는 성장중
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length String: length - JavaScript | MDN The length data property of a String value contains the length of the string in UTF-16 code units. developer.mozilla.org str.length 대상 문자의 길이를 숫자로 반환 str.includes('문자') 대상 문자에 주어진 문자가 포험되어있는지 확인. boolean값으로 반환 str.includes('문자',숫자) 숫자 번 째부터 판단 str.indexOf('문자') - 대상 문자..
JavaScript/표준 내장 객체
2023. 7. 20. 12:21