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.
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.