I\'m curious, does anybody know a good way to do regular expression matching in C? The only way I can think of is through Flex. Is this the only way or is there a better w
Perhaps this article will help? It shows you how to use the regex functions defined in regex.h.
Yes, isn't the posix regex just
wonderful they have it all, so I
wondered why are they not in C? Well,
I found the answer and I got happy,
they are there, and heres how to use
them