R
Ramprasad A Padmanabhan
Hi all,
I am a perl programmer and a newbie in C. Can Someone tell me How
Can I use regular expressions in C ( on Unix ) .
Suppose I am parsing a string like
"Ram Prasad" <[email protected]>
or
Ram<[email protected]>
And I want the email id seperated from the name
such that (for the first case )
name = "Ram Prasad"
email = (e-mail address removed)
Is there a library I can use to do this
Thanks
Ram
I am a perl programmer and a newbie in C. Can Someone tell me How
Can I use regular expressions in C ( on Unix ) .
Suppose I am parsing a string like
"Ram Prasad" <[email protected]>
or
Ram<[email protected]>
And I want the email id seperated from the name
such that (for the first case )
name = "Ram Prasad"
email = (e-mail address removed)
Is there a library I can use to do this
Thanks
Ram