Hello every community friends, I have a question and I can not solve it by myself.
First, I scraped a variable such as:
But I only want use the 314.
How can I split the variable part by part and selet the 312 which I realy need .
Thank you for your help.
You can use string1.substring(string1.index(“/”)+1),3))
1 Like