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

test

Formula 2.0
関数形式の文法(演算子も含む)
test(str, regular_expression)
メソッド形式の文法
str.test(regular_expression)
演算子形式の文法
入力の型
String
formula解説
https://hkob.hatenablog.com/entry/2024/06/05/050000
返り値の型
Checkbox
作成日時
Sep 6, 2023 08:26 PM
逆引き Formula 利用例
説明
値が正規表現に一致する場合はtrueを返し、そうでない場合はfalseを返します。
注記 (変更点)
Name
func
method
str
regular_expression
normal str
Notion, Notion, Notion
Notion
replace by match
ABC, DEF, GHI
.*, (.*), .*