replace_tag

0.1.1 • Public • Published

replace_tag

===========

replace html tag without use regex or xregex in Node.js module

Install

  npm install replace_tag

Or from source:

  git clone git://github.com/narsic/replace_tag_node.js.git replace_tag 
  cd replace_tag_node.js
  npm link

Simple to use

var replaceTag = require('replace_tag');
var replacedHtml = replaceTag('html code', 'tag name', replaceAllTag(true||false));

Readme

Keywords

none

Package Sidebar

Install

npm i replace_tag

Weekly Downloads

4

Version

0.1.1

License

BSD

Last publish

Collaborators

  • narsic