replaceAllMapped ( new RegExp( "[ぁ-ゔ]" ), (Match m) => String.fromCharCode(m.group(0).codeUnitAt(0) + 0x60));.
確定! 回上一頁