Hello,
I'm looking to extract product numbers to do some analysis. I get them in a format that is this:
/product/12345/product-description
The part I need is the "12345" (the product number). Sometimes the products are displayed like:
/product/12345?product-description
or
/product/12345
The product number is not always 5 characters either.
I've gotten close but I can't figure this one out! Any assistance? Thanks in advance.
I'm looking to extract product numbers to do some analysis. I get them in a format that is this:
/product/12345/product-description
The part I need is the "12345" (the product number). Sometimes the products are displayed like:
/product/12345?product-description
or
/product/12345
The product number is not always 5 characters either.
I've gotten close but I can't figure this one out! Any assistance? Thanks in advance.