Hello,
i have issue that i cant solve for some time since i dont fully understand regex.
How can i get selected data from table to array?
Example
class="fb s10" title="Get This Info">
class="fb s10" title="Get That Info">
How can i extract
Get This Info
Get That Info
from selected part of table as is to string array
So goal is find full thing in
class="fb s10" title="
To
">
Thanks in advance