Regex negative lookbehind in R
问题 I'm trying to do a regex in stringr for a negative lookbehind in R. So basically, I have a text data that looks something like this : See item 7 Management's Discussion and Analysis. BlahBlahBlah. Item 7 Management's Discussion and Analysis. BlahBlahBlah. Item 8 Financial Statements and Supplementary Data. I want to select everything from the "Item 7" right after the "blahblahblah." sentence to "Item 8-Financial Statements and Supplementary Data" So I want Item 7 Management's Discussion and