Parsing string into an object or multiple array for use with delayss

Hello, I am new to UE5 and am attempting at making a mod where I would receive a string like this:

5;;This is a string+++6;; this is another string

I want to parse and use that data to send a message at those delays

delayInMinutes;;messageToSend+++delayInMinutes;;messageToSend

I can parse the string to an array of the following: delayInMinutes;;messageToSend

However, I am unsure how I would loop that to call a message with said delay.

If anyone has any idea where to start, it would be appreciated!