localeCompare 方法
傳回值將說明兩個字串在目前地區設定中是否相等。
function localeCompare(stringExp : String) : Number
引數
- stringExp
必要項。 要與現有字串物件比較的字串。
備註
localeCompare 會針對現有字串跟 stringExp 執行區分地區設定的字串比較,並依系統預設地區設定的排序次序傳回 -1、0 或 +1。
如果在 stringExp 之前先排序現有字串物件,則 localeCompare 會傳回 –1,而如果在 stringExp 之後排序現有字串物件,則傳回 +1。 傳回零則表示兩個字串相等。