It may be very simple question, but I have run out of ideas. I would like to remove first 5 characters from string.
Example string will look like: 1Y40K100R
I would like to display only digits that are after '%K' which in this case should give me result of 100R. Please note that number after 'K' can have different amount of digits. It can be 4 digit number or 2 digit number.