New to python and need help with regex please.
How do I extract the number 10000000000 from the string below
/s-seller/John/10000000000/time/1
Please note the word John is dynamic and number 10000000000 can also be any random numbers.
Thank you