This may help you, https://stackoverflow.com/questions/18858334/how-can-i-use-regular-expressions-in-textpad-to-remove-anything-line-by-line-a
– OmkarMay 16 '19 at 08:42
I have the value "hanah2015" but this value has 9 chars and it can have only 8chars.
So in the data file I need to find all values which are longer then 8 chars.
– bulllockMay 16 '19 at 09:53
For example from the list find the hanah2015:
list of values:
ibor2351lili0158hanah2015david158
– bulllockMay 16 '19 at 11:10
1 Answers1
0
So in the data file I need to find all values which are longer then 8 chars