HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📌
hkob's Notion
/
ℹ️
逆引きFormula 2.0
/
📓
join
📓

join

Formula 2.0
Formula 2.0
関数形式の文法(演算子も含む)
join(list, delimiter)
メソッド形式の文法
list.join(delimiter)
演算子形式の文法
入力の型
List
String
formula解説
https://hkob.hatenablog.com/entry/2024/06/04/050000
返り値の型
String
作成日時
Sep 6, 2023 08:26 PM
逆引き Formula 利用例
📅
さまざまな形式の文字列から日付を作成するには
説明
各値の間に結合子を配置したリストの値を返します。
注記 (変更点)
Formula 2.0 からはリストを受け取るように変更されました。Formula 1.0 のものは自動的にリストを使ったものに置き換えられます。また、引数の順序も変わっているので注意してください。
String
名前
func
method
list
delimiter
-
-
:
:
,
,
空文字列