I'll assume that you have basic string knowledge. Each string has a fixed length and you can extract substrings from it. Now what you need to do is extract a substring which starts right after the order(in this case, 5 characters) and ends at the string's max length. Then you have extracted the player name. The rest is easy, just change the display name for that player to the extracted substring.