I am trying to filter a set of data and I have to deal with multiple entries of ~5000
characters.
What I need is 100 characters before and after some keyword
.
I have looked into regex code for search and replace but only found functions to get one keyword
, not the surrounding characters.
Example Input:
abc123cde345fgh678ijk910keywordbc123cde345fgh678ijk910
Desired output with +-5
characters:
jk910keywordbc123