Is there some sort of wildcard search function in C? Detailed explanation.
Phrase:
<blah="*" uid="ekdopakek">
So let's just say we've got this
48764546545blah<blah="whatever" uid="ekdopakek">blahblahblah
I'm looking for a function that will return the whatever, and just the whatever (nothing else).
Thanks!