Skip to Content
0
Former Member
Sep 13, 2007 at 08:26 PM

match expression in Xacute

25 Views

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.