I have a file which contains only one line but it is really really long. I would like to get specific part from the line and replace to something else.
Hereunder an example test :
This is an exemple text should be very long long text in my real case i am trying to find something like start/end with to replace to something else.
I am imagining like -> start with "exemple text" end with "real case"
Expected result : "exemple text should be very long long text in my real case"
to replace : empty
Could you please help me ?