In article < .com>,
says...
> hi all
> how can i use regular expression in c
Write code to handle regular expressions in c, then use it in your
program. There is no ANSI/ISO standard function to handle this
directly, but you can write your own, or obtain one elsewhere.
If you try to write one and run into trouble, you might get some
good help here. Discussing third-party implementations of it are
generally OT here.
> and how can i strip html tags from one string with c.
Same answer.
--
Randy Howard (2reply remove FOOBAR)
"Making it hard to do stupid things often makes it hard
to do smart ones too." -- Andrew Koenig