Problem extracting values from html

I'm trying to use the following pattern:

<div class="address" data-reactid="~@Junk@~"><a href="~@url@~" title="~@title@~" data-reactid="~@Junk@~">~@Street@~</a>

The pattern is only grabbing data for ~@Street@~, the rest of them return null. I've never run into this before.

This is a sample of the source:

<div class="address" data-reactid=".28hceq9umtc.1.1:$table.1.0.1.$TableRow_1.$TableRowColumn_1.$address56105725"><a href="/GA/Kennesaw/4747-Lincoln-Dr-NE-30144/home/25423939" title="4747 Lincoln Dr, Kennesaw, GA" data-reactid=".28hceq9umtc.1.1:$table.1.0.1.$TableRow_1.$TableRowColumn_1.$address56105725.$address56105725">4747 Lincoln Dr</a>

Nevermind

Nevermind - not sure what I did but it just started working.