i want to extract content from page and store in variable and use for purposes.


e.g

in this page source

i want to find "<tr><td class="vbmenu_option"><a href="/members/list/">"" and find its preceding literal

store precedings in variable . limit is, mean stop saving character when its find
"</a>"

so final varible should contain string "Members List"