RSSAmplifier

LakTEK · Oct 4, 2012

Simple Helper to Extract Values from a String

0
Sign in to vote or save

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');…

Read on laktek.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.