gaulim / Paw-RegexDynamicValue

Paw Dynamic Value to match and replace a pattern in an input string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#Regex Dynamic Value (Paw Extension)

A Paw Extension to match and replace a pattern in an input string. It uses the JavaScript replace method, so the regular expression syntax must follow the JavaScript syntax (see RegExp object).

Installation

Easily install this Paw Extension: Install Regex Dynamic Value

Development

Build & Install

npm install
cake build
cake install

Watch

During development, watch for changes:

cake watch

##License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Copyright © 2014 Paw Inc.

##Contributors

See Contributors.

About

Paw Dynamic Value to match and replace a pattern in an input string.

License:MIT License


Languages

Language:CoffeeScript 100.0%