regular expressions in C - newbie question

A

Anton Ishmurzin

Greetings,

is there any description (preferrably downloadable) on how to use Reg.Exp in C?

Thanks,

Anton.
 
J

James Hu

is there any description (preferrably downloadable) on how to use
Reg.Exp in C?

This is answered in the C-faq. Read the answer to question 13.7.

http://www.eskimo.com/~scs/C-faq/top.html

-- James

C, the final frontier. These are the voyages of the newsgroup
comp.lang.c. It's continuing mission to explore strange new C
questions, to seek out new features and new compliance violations, to
boldly go where no C programmer has gone before. Read the C-faq!
 
D

Dan Pop

In said:
is there any description (preferrably downloadable) on how to use Reg.Exp in C?

Whatever Reg.Exp might be, it's certainly not a standard feature of the
C programming language.

Dan
 
C

CBFalconer

Anton said:
is there any description (preferrably downloadable) on how to
use Reg.Exp in C?

No need, it can be described very quickly. It refers to the field
named Exp in a struct (or union) named Reg.
 
B

Buck Rogers

This is answered in the C-faq. Read the answer to question 13.7.

http://www.eskimo.com/~scs/C-faq/top.html

-- James

C, the final frontier. These are the voyages of the newsgroup
comp.lang.c. It's continuing mission to explore strange new C
questions, to seek out new features and new compliance violations, to
boldly go where no C programmer has gone before. Read the C-faq!
Nice signature :)

Buck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top