I have a "big" string like something here blah bla <b>tomato</b> something else kasjd ajsd
From this I am trying to extract tomato.
What is the function to use to do this based on getting the position in the big string of the strings to the left and right of the target string?
so like I have:
start: "bla <b>"
end: "</b> some"
and I want what is between them in the big string...