Syntaxtest(text, pattern)text.test(pattern)Examplestest(10, "2")"Notion".test("\d") Example 1Example 2 More ExamplesCommon UsesTemplates Using More Infotest · Notion Formulas · Ben SmithReturns true if the value matches the regular expression and false otherwise.https://www.bensomething.com/notion/formulas/functions/test