How can we remove specific string from string ?
        Posted  
        
            by Harikrishna
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Harikrishna
        
        
        
        Published on 2010-05-11T06:01:53Z
        Indexed on 
            2010/05/11
            6:04 UTC
        
        
        Read the original article
        Hit count: 359
        
I will have a different type of string(string will not have fixed format,they will be different every time) from them I want to remove some specific substring.Like the string can be
FUTIDX 26FEB2009 NIFTY 0
FUTSTK ONGC 27 Mar 2008
FUTIDX MINIFTY 30 Jul 2009
FUTIDX NIFTY 27 Aug 2009
NIFTY FUT XP: 29/05/2008
Now I want to Remove the string which starts with FUT how can I do that ?
© Stack Overflow or respective owner