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

replace

Formula 2.0
関数形式の文法(演算子も含む)
replace(str, regular_expression, change_text)
メソッド形式の文法
str.replace(regular_expression, change_text)
演算子形式の文法
入力の型
String
formula解説
https://hkob.hatenablog.com/entry/2024/06/05/050000
返り値の型
String
作成日時
Sep 6, 2023 08:26 PM
逆引き Formula 利用例
🔢
小数点以下○桁で丸めるには?
説明
正規表現の最初の一致を置換値に置き換えます。
注記 (変更点)
Name
func
method
str
regular_expression
change_text
normal str
Notion, Notion, Notion
Notion
Motion
replace by match
ABC, DEF, GHI
.*, (.*), .*
$1