Hello
Here is raw String variable
apple : 11:00am
market
apple : 8:10pm
market
apple : 9:00pm
I want to get last apple . how can I do it?
- how to get rid of blanks and changed line.
- how can I delete last time?" : 9:00pm"(it can be changed)
- how can I delete last “market” and words in front of “market”
Please make assign line for me.
raw string variable’s name is StrVar
Thank you.