Re: manipulate strings to strip the beginning part

2006-07-17 Thread Rob Dixon
Nishi Bhonsle wrote: > > I want to manipulate strings containing filenames that have the following > format > Web\SiA\web\..\..\ etc > Web\SiAData\web\app\..\..\ etc > to remove everything in the begining of web part of the above strings and > store the rest of the part ie > web\..\..\ into a new

manipulate strings to strip the beginning part

2006-07-16 Thread Nishi Bhonsle
Hi: I want to manipulate strings containing filenames that have the following format Web\SiA\web\..\..\ etc Web\SiAData\web\app\..\..\ etc to remove everything in the begining of web part of the above strings and store the rest of the part ie web\..\..\ into a new string. Thereafter I will refere