bentools/stringy

A string manipulation library with multibyte support

3.0.2 2017-04-19 10:55 UTC

README

Stringy

This repo is a fork from danielstjules/stringy

Additions:

The library includes substring methods from tcb13/substringy and an additional join() factory for an array of Stringy.

Installation:

Add the following lines into your composer.json:

  "repositories": [
        {
            "type": "git",
            "url": "https://github.com/bpolaszek/Stringy.git"
        }
    ],

Then, require the component:

composer install stringy/stringy