regular expression for replace
        Posted  
        
            by Adnan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adnan
        
        
        
        Published on 2010-06-16T08:17:36Z
        Indexed on 
            2010/06/16
            8:22 UTC
        
        
        Read the original article
        Hit count: 183
        
regex
I have a string;
text="Label"
and I need to replace it to:
text="{resourceManager.getString('trad', 'Label')}" 
What would be the easiest expression to do this?
© Stack Overflow or respective owner