0.2.0 • Published 8 years ago

underscore.string.plus v0.2.0

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

underscore.string.plus Build Status

This library is an extension for Underscore which provides more useful methods to the string library.

Features

  • Methods for string manipulation.

Dependencies

  • underscore.js (>= 1.8.3)
    • underscore.string (>= 3.3.4)

Node

var _ = require("underscore");
var s = require('underscore.string');
_.extend(s, require('../src/underscore.string.plus'));

Examples

s.lowerize("FooBar") == "fooBar" // true
s.isUrl("http://www.foo.bar") == true // true
s.splitInTwoSentences("Hello. World") == ["Hello. ", "World"] // true

License

Copyright (c) 2013-2016 Mateus Maso. Released under an MIT license.

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago