imajus / meteor-string-helpers

Meteor Blaze String helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Some Meteor Blaze helpers for string manipulation.

Installation

meteor add imajus:string-helpers

Related packages

Contents

Package provides following global Blaze helpers:

  • slugify(string) – Transform text into an ascii slug which can be used in safely in URLs, HTML, etc. See more in underscore.string docs.
  • capitalize(string, lowercaseRest) – Converts first letter of the string to uppercase. If true is passed as second argument the rest of the string will be converted to lower case. See more in underscore.string docs.
  • concat(...args) – Join arguments intro a single string.

About

Meteor Blaze String helpers

License:MIT License


Languages

Language:JavaScript 100.0%