I'm just new to lua... and so I apologize if i'm missing something basic.
i'm running a simple test to see if i can find certain values in a string.
Here's the code:
print(string.find('fd@testca','.') )
Instead of failing, which is what I was expecting, I'm getting back:
mymachinename:/usr/share/std/test# lua test.lua
1 1
Can you tell me where I'm going wrong? Thanks.