There is a String variable with two options:
String string= "RUB 1234"; or
String string= "RUB 1234 RUB 4567"; A condition is required to check if the second RUB is in this variable.
- If only one RUB, then ...
- Otherwise ...
I need the condition itself. Is it possible to realize this?