I'm trying to extract a value from a string. The string looks like this:
<iframe src="/test.php?aed=asd" width="0" height="0" scrolling="no" frameborder="0"></iframe>
The only thing that changes in the link is the value after aed. What would be the easiest way to extract it?
Thanks