I have this these kinds of Amazon URLs and I want to extract ASIN from them
I have been using this REGEX - (?:[/dp/]|$)([A-Z0-9]{10}) from here https://regexr.com/3gk2s but I'm still not getting the desired result
I have this these kinds of Amazon URLs and I want to extract ASIN from them
I have been using this REGEX - (?:[/dp/]|$)([A-Z0-9]{10}) from here https://regexr.com/3gk2s but I'm still not getting the desired result