2024-04
小文字変換
function fnc(str) { let result = str.toLowerCase(); document.getElementById("result").innerHTML = result; } ソースコード公開 <te...
大文字変換
function fnc(str) { let result = str.toUpperCase(); document.getElementById("result").innerHTML = result; } ソースコード公開 <te...
文字列逆順変換
文字列を逆から読むように並べ替えます。 function fnc(str) { let result = str.split('').reverse().join(''); document.getElementById("result")...
文字数カウント
0文字 function cnt(str) { document.getElementById("result").innerHTML = str.length + "文字"; } ソースコード公開 <textarea oninput="c...
オフピークポイントサービス
2024年4月1日(月)~、①オフピーク定期券ではない普通の通勤定期券で、②平日の朝、③対象エリアの区間内で、④各駅のピーク時間帯の前後に、改札機を利用して入出場した場合、JRE POINTが還元されるキャンペーンを実施中です。 磯子・根岸...