Can somebody please explain to me what I'm doing wrong? I thought that the "Find String Exact" expression from the List Object allowed for a certain string to be searched throughout the list object, even if the string is not starting from the beginning of a line. I'm trying to search for a string that's located in the middle of a line. If it doesn't match anything it should return -1 for the line index, however I made an example test file and it doesn't seem to be working correctly. Maybe I don't understand this correctly, can somebody take a look at it?
I'll briefly explain the example file. I have a list object. I wrote one line in it: 10,1,4(1,3)5,10
I try to search for the string "1,4(" using the find string exact expression. Shouldn't it return with a line index that's not -1 since it's a part of the string above? However this isn't the case when I test it.
Here's the example file, it's pretty straightforward:
Please login to see this link.