Can anyone recommend a tutorial or some example code detailing the use of regular expressions in C? I'm familiar with regex usage in Perl and Ruby but can't work out how to use them in C. This documentation, although probably useful, was not very clear on how to use the functions described:
http://www.gnu.org/software/libc/man...ar-Expressions
The sort of thing I have in mind at the moment is directory listing to find files with names matching particular strings; Perl &c. are a bit slow with large volumes of data.
Thanks in advance for any suggestions.