This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
While writing a blogging engine based on Punch , I needed to implement a way to extract values from a path based on a permalink pattern defined by the user. After writing a helper function to solve this case, I realized it can be useful in other similar cases too. So I extracted it to a its own package named, ExtractValues . Here's how you can use it: var extractValues = require('extract-values');…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.