Hi,
I am looking for a string function to find an exact match in a string.
For example, a field with values, "ABC222","ABC", "ABC123". if I use findstring() or contain() function to find a value of "ABC", it will return the 3 values, but I only want to return a record with a value "ABC", not all 3.
Thanks