What is the correct syntax to get the match expression in Xactue to work. I have tried
match( "Kirby", "Kirby") which returns a 1 - GOOD
But if I have match( "Kirby", "Kirby123") it returns a 0.
How to I get it to find the string within the whole text. I've tried % and * for wildcards and it doesn't work.
I want to know if "Kirby" is anywhere in the variable.