PHPackages                             vantoozz/strings - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vantoozz/strings

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vantoozz/strings
================

OOP Strings Library

v0.1.0(5y ago)010[1 issues](https://github.com/vantoozz/strings/issues)MITPHPPHP ~7CI failing

Since Nov 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vantoozz/strings)[ Packagist](https://packagist.org/packages/vantoozz/strings)[ RSS](/packages/vantoozz-strings/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Strings
=======

[](#strings)

True OOP library for strings manipulation

[![Build Status](https://camo.githubusercontent.com/d4d141d0ce7aa264faadeea23769422de3ddf0e7f351fe6407aeda56e89c55de/68747470733a2f2f7472617669732d63692e6f72672f76616e746f6f7a7a2f737472696e67732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vantoozz/strings)[![Coverage Status](https://camo.githubusercontent.com/7b2db9c9204bef9ad4446da7874f7da18d9f2b73cd42a781e4ebfd77aed1d373/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f76616e746f6f7a7a2f737472696e67732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/vantoozz/strings?branch=master)[![Codacy Badge](https://camo.githubusercontent.com/fcd45b05f648031935ae1fedbd6d6ade10468b4508a6eac5c7a60b2147cced2a/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3732343533323639376262363432623239336534663861336234363261386565)](https://app.codacy.com/manual/vantoozz/strings?utm_source=github.com&utm_medium=referral&utm_content=vantoozz/strings&utm_campaign=Badge_Grade_Settings)[![Packagist](https://camo.githubusercontent.com/9801202dd4eeac85286ab78e3368534ae5e19e36b2aa29b807d72e2687ab30e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76616e746f6f7a7a2f737472696e67732e737667)](https://packagist.org/packages/vantoozz/strings)

The goal of the library is providing an OOP way for strings manipulations. It works with any object implementing `Stringable` interface. .

Setup
-----

[](#setup)

Just run

```
composer require vantoozz/strings
```

Transformations
---------------

[](#transformations)

```
