Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.14 KB

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.