Socket
Socket
Sign inDemoInstall

strings

Package Overview
Dependencies
4
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    strings

String replacement and transformation library.


Version published
Weekly downloads
411
increased by3.79%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Strings NPM version

Powerful and easy-to-use string generation and transformation library.

Please report any bugs or feature requests, thanks!

Install

npm

npm i strings --save

bower

bower install strings --save

Getting started

Main concepts:

  1. structures: a sort of template that tells Strings how to assemble your data into a formatted string.
  2. patterns: patterns tell Strings how to parse and tokenize structures. Patterns may be simple strings or RegExp.
  3. data: data source that Strings will use to replace the tokens into the provided structure
  4. replacements: string or function used to tranform the data

(TODO)

API

(TODO)

middleware

(TODO)

Author

Brian Woodward

License

Copyright (c) 2014 Brian Woodward, contributors. Released under the MIT license

Keywords

FAQs

Last updated on 09 Mar 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc