TypebotT
Typebotโ€ข2y agoโ€ข
29 replies
Erisch

How can i check a variable without case sensitivity?

Right now I use a condition element:
variable Contains string
OR
variable Contains String

How can I make this more elegant?
I tried to use regex /^string$/i but this does not seem to work.
Was this page helpful?