I've been battling a couple things all day, and my brain is no longer functioning.
I am using this as a string "something <strong>here</strong>"
and trying t ograb this out of it: <strong>here</strong>
How can I do this? I thought string.scan(/(?<=)(.*?)(=</strong>)/) would work but apparently not. Doing this in ruby btw.