String
.charCodeAt() / String.fromCharCode(아스키번호)

.includes(str)

.indexOf(str)

.match(RegExp)

.padStart() / .padEnd()

.replace()

.slice(시작 인덱스, 끝 부분의 다음 인덱스)

.split('구분자') / .join('구분자')


.startsWith()

.substring(begin index) / .substring(begin index, end index)

toUpperCase() / toLowerCase()

.trim()

.
'KDT TIL Note > JS' 카테고리의 다른 글
[KDT] JSON (0) | 2023.01.27 |
---|---|
[JS] 정규표현식 (0) | 2022.12.23 |
JS로 OMDb API 사용하기 (1) | 2022.12.16 |
[KDT JS] Node.js (0) | 2022.12.06 |