#TodayILearned that, if you are so minded, you can get the bit between the square brackets from a Powershell text object (here it’s ‘Line’) as follows:

select @{E={$_.Line.split('[')[1].split(']')[0]};L=‘Text’}

So from:

Chelsea [FC] European Champions

It would extract:

FC