Hello. I need help. I’m trying to extract information from the received message.
Examples of a message.
First:
Artistic text.
You earned 11 experience and 4 gold coins.
Received: Iron Ore (1)
Received: Branches (1)
Received: Thick fabric (1)
Received: Charcoal (1)
Second:
Artistic text.
You earned 32 experience and 2 gold coins.
Received: Solvent (1)
Received: Animal skins (3)
Goal:
Extract information about receiving items and quantity of each. Can I do that with text (string) or it’s too complicated and I should to use code? When information extracted it will be sent to the database.