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

replaceAll

Formula 2.0
関数形式の文法(演算子も含む)
replaceAll(str, regular_expression, change_text)
メソッド形式の文法
str.replaceAll(regular_expression, change_text)
演算子形式の文法
入力の型
String
formula解説
https://hkob.hatenablog.com/entry/2024/06/05/050000
返り値の型
String
作成日時
Sep 6, 2023 08:26 PM
逆引き Formula 利用例
🔢
一定時間ごとにページ順をランダムに並び替えるには?
説明
正規表現のすべての一致を置換値に置き換えます。
注記 (変更点)
sample
Name
func
method
str
regular_expression
change_text
normal str
Notion, Notion, Notion
Notion
Motion
match str
ABC, DEF, GHI
(\w)\w+
$1