(Graeme Downes) writes:
> I'm trying to create a regular expression for C using the fnmatch
> function from the fnmatch.h library.
The fnmatch.h library is not part of standard C, nor is any regular
expression library, so we can't help you here. You might try
comp.unix.programmer.
<OT>
fnmatch doesn't do regular expressions; it probably can't do what you
want. The folks in comp.unix.programmer can probably help you find
something that can.
</OT>
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.