Get Specific lines from Array or String

Hello,

I’m reading the word document and I would like to extract specific information from the text. For Example: I want all the data after the overview until Resolution save to variable. I want all the data after resolution and save to variable. I’m currently using Environment New Line which prints by one line but I would like Data from Somebody to Test in one variable.
GetText

Have you tried with regex? I might suggest to copy paste the text in regex101 and try to play with the expression there

Thanks. I might try that options also. I haven’t done regex before.