I have a really long string. It looks like:
2020-01-01 12:00:00 ABCDE123 And there is some text
This string contains lots of similiar linies.
I need to extract from this string this “ABCDE123”. It is always at the beggining, always in the same place. Should I use here Regex or simply take characters from 21 to 28? When yes, how to do this?