Created
July 26, 2020 01:47
-
-
Save dsottimano/52060e6a43d96804f33c59366c472305 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log([...new Set(new URL('https://www.amazon.com/SanDisk-128GB-microSDXC-Memory-Adapter/dp/B073JYC4XM/memory').pathname.toLowerCase().split(/-|\//gi).filter(Boolean))]) | |
//output handles dupes for casing and removes falsy values | |
//[ 'sandisk','128gb','microsdxc','memory','adapter','dp','b073jyc4xm' ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment