This is giving me a problem.

I have a string of text, but I am looking for a certain hex value set.

For example, I want to make sure string1 has the following combination: 0x22,0x5e,0x57, and 0x3a, in that order.

Any tips? I'm pretty much a C programming noob, but this is the only thing tripping me up.