I have a huge text file from Edgar. I want to extract only a portion of text from business risk section.
For example if the text is like :
Bshehebvegegeveghdhebejejrjbfbfk
And I want to extract the start position as he
(2nd instance) end position ge
(second instance).
So my output will be -
hebvegege
I want a code in R. And I am specially interested in the business risk section.