✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
1
packages/variables/hasVariable.ts
Normal file
1
packages/variables/hasVariable.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const hasVariable = (str: string): boolean => /\{\{(.*?)\}\}/g.test(str)
|
||||
Reference in New Issue
Block a user