Aridaman Pandit wrote:
> Thanks for the reply. I understand the code that you have given.
> Actually I also wanted it to be stored into some variable (if not the
> same) everytime I run it.
> Suppose I am matching for keyword "brown" and I want to store
> everything after "brown". So for that purpose I wanted to chop off
> everything that comes before "brown" and keep the rest.
> Can you help me in doing that. I know its a bit silly thing but the
> thing is I am very new to it and still in the C/C++ like orientation.
> But the thing is how do I assign it some keyword or something so that
> I can call it as and when required.

In general, the idea of "storing" the data in some variable by
continuously mutating it is frowned upon.

As far as your requirement is concerned, I can help if you show me a
concrete example.

Just the inputs and the output would do.

Regards,
BG

-- 
Baishampayan Ghose <b.gh...@ocricket.com>
oCricket.com

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to