length
lengthプロパティは文字列の長さを返します。
var st = "文字列";
st.length;//3
Arrayオブジェクトのlengthプロパティとは、挙動が異なるので注意してください。
登録日 : 2012年09月18日 最終更新日 : 2012年9月18日
同じカテゴリー(String)のエントリー
- valueOf()
- toUpperCase()
- toString()
- toLowerCase()
- toLocaleUpperCase()
- toLocaleLowerCase()
- substring()
- substr()
- split()
- slice()
- search()
- replace()
- match()
- contains()
- endsWith()
- startsWith()
- localeCompare()
- lastIndexOf()
- indexOf()
- fromCharCode()
- concat()
- charCodeAt()
- charAt()
- trimLeft()
- trimRight()
- trim()
- length