Skip to content

Instantly share code, notes, and snippets.

@hi3103
hi3103 / f7conv.js
Last active October 29, 2022 00:54
/*
Googleスプレッドシートで半角カタカナを全角カタカナに変換する関数「f7conv」をGASで作る
https://hi3103.net/notes/google/1394
*/
//全角カタカナ一覧
const zenkata = [
'ア', 'イ', 'ウ', 'エ', 'オ',
'カ', 'キ', 'ク', 'ケ', 'コ',
'サ', 'シ', 'ス', 'セ', 'ソ',