concat()
- Joins two or more strings, and returns a copy of the joined strings
indexOf()
- Returns the position of the first found occurrence of a specified value in a string
replace()
- Searches a string for a specified value, or a regular expression, and returns a new string where the specified values are replaced
split()
- Splits a string into an array of substrings
substring()
- Extracts the characters from a string, between two specified indices
trim()
- Removes whitespace from both ends of a string
- Javascript String Method
- Javascript String Function
- Javascript 스트링 메소드
http://hangaebal.blogspot.kr/2014/06/javascript-string-object-methods.html
http://www.w3schools.com/jsref/jsref_obj_string.asp
http://icoon22.tistory.com/219
'Blogger 이사' 카테고리의 다른 글
[SQLite] SQLite Syntax Documentation (0) | 2016.01.14 |
---|---|
[SQLite]Web SQL error handling (0) | 2016.01.14 |
[SQL] SQL get last row (0) | 2016.01.14 |
[JavaScript] key, value Array Sort (0) | 2016.01.14 |
[Javascript] key value Array (0) | 2016.01.14 |