Regex Help with manipulating string
        Posted  
        
            by user310070
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user310070
        
        
        
        Published on 2010-04-06T13:46:51Z
        Indexed on 
            2010/04/06
            13:53 UTC
        
        
        Read the original article
        Hit count: 232
        
Hi, i am seriously struggling to get my head around regex.
I have a sring with "iPhone: 52.973053,-0.021447"
i want to extract the two numbers after the colon into two seperate strings so delimited by the comma.
Can anyone help me? Cheers
© Stack Overflow or respective owner