in iframe i'm loading external page and i want to use regex for get numeric . for example after loading iframe i have this content:
var urlToShow = 'http://my.site.com/go.php?user=454&code=3676ad29a406bc4461530d5a5859af43288bc3b9';
i want to get code value such as: 3676ad29a406bc4461530d5a5859af43288bc3b9 from that. how to access to iframe and get that with jQuery RegEx?