How do I remove certain like text from a string

In my food ordering app, each order has a unique order ID.

All the id is stored in like a variable using this format.

[10 digit orderID],[another 10 digit order ID] (each order ID is separated with a “,”

But how do I remove a certain order ID from the variable. Like example
1234567890/9876543210/45678901

I want to remove “987654321” from the variable. How do I do that. Thanks im not very good at coding :pray:t2:

You could do this:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.