Apologies, I've tried - and it might just be me being a bit dense, but I just can't get my head around it.
I've got some data in a format similar to:
Some Text L1234
Some Other Text L5587
I need to replace the L in the final group to be an A (it's always Ldddd at the end).
(L[0-9]{4})
to find the group was as far as I got, I've no idea how to then replace the L!!!
Thanks in advance