I have this data in a cell, I want to extract only the actual link, the data at the start of the string can/will vary as will the number of characters between the start and finish.
I want to extract everything between href=" and &height
"..... href="https://test.test.com/farm&height......"
<a adfa="" href="https://secure.ifbyphone.com/recording_email.php?sid=1104035645406129&height=5af%3C/a%3E%3Cbr%20/%3E%0A%3Cbr%20/%3E%0A%3Cbr%20/%3E%0A%3Cbr%20/%3E%0A%3Ca%20href=" https:="" secure.ifbyphone.com="" recording_email.php?sid="1104035645406129&height=525&wi%3Cbr%20/%3E%0A%3Cbr%20/%3E%0AI%20want%20to%20capture%20everything%20between%20href="" and="" &height
I want to extract everything between href=" and &height
"..... href="https://test.test.com/farm&height......"
<a adfa="" href="https://secure.ifbyphone.com/recording_email.php?sid=1104035645406129&height=5af%3C/a%3E%3Cbr%20/%3E%0A%3Cbr%20/%3E%0A%3Cbr%20/%3E%0A%3Cbr%20/%3E%0A%3Ca%20href=" https:="" secure.ifbyphone.com="" recording_email.php?sid="1104035645406129&height=525&wi%3Cbr%20/%3E%0A%3Cbr%20/%3E%0AI%20want%20to%20capture%20everything%20between%20href="" and="" &height
Last edited: