Link to home
Start Free TrialLog in
Avatar of priyashree
priyashree

asked on

Extracting a particular part from a message

I just want to extract a particular part of message using start and end boundaries.
For example
<start Boundary value > [filename="admissionnotices.html"]
<some text to be extracted>
Pg==
<end Boundary value> [------=_Part_376_20547182.1114753430061]


Content-Type: audio/mpeg; name="SuttumVizhi.mp3"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
<start Boundary value > [filename="SuttumVizhi.mp3"]
<some text to be extracted>
<end Boundary value> [------=_Part_376_20547182.1114753430061]


in the above example  the start boundary will be "filename" and the end boundary will be "[------=_Part_376_20547182.1114753430061]"
now by giving these value as input i have to extract the content between these boundaries in C.

How to do this

Reply me

With Regards,
Priyashree

ASKER CERTIFIED SOLUTION
Avatar of lubovec
lubovec

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial