Searching a char Variable

Hi Byrok,

That's excellent thank you!

I want to search for a character and if it can't find the character it does......

So I think that I will use something like this:

if (strpbrk(loraDataChar, "@")) {

My question is how do I turn this into does not equal instead of equals?

Thanks,

Zeb