JavaScript文字列の基礎的な使い方の回顧

824 ワード

文字列の対象方法:str.action(para or para...)
****の常用方法
charAt()            。

charCodeAt()               Unicode   。

concat()            ,        。

fromCharCode()    Unicode       。

indexOf()	                       。

includes()	                 。

lastIndexOf()	         ,      (0)                。

match()	                 。***

repeat()	         ,           。

replace()	            ,               。***

search()	             。

slice()	        ,                。

split()	            。***

startsWith()	                 。

substr()	                   。

substring()	                   。

toLowerCase()	         。

toUpperCase()	         。

trim()	           ***

toLocaleLowerCase()	                    。

toLocaleUpperCase()	                    。

valueOf()	             。

toString()	       。