I can't find an expression which can remove all letters on both sides of a line.
Data sample:
Valencia 7x16/5x114.3 D71.6 ET48 Dark
I need to remove all letters on sides such as Valencia
and Dark
, so the output from previous string should be:
7x16/5x114.3 D71.6 ET48
I tried using the following expression but it didn't work:
[^x./ETD\s0-9]