An open API service indexing awesome lists of open source software.

https://github.com/kelunik/string

A small library containing string helper functions.
https://github.com/kelunik/string

library php string

Last synced: 2 months ago
JSON representation

A small library containing string helper functions.

Awesome Lists containing this project

README

        

# string

[![Build Status](https://img.shields.io/travis/kelunik/string/master.svg?style=flat-square)](https://travis-ci.org/kelunik/string)
[![CoverageStatus](https://img.shields.io/coveralls/kelunik/string/master.svg?style=flat-square)](https://coveralls.io/github/kelunik/string?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

`kelunik/string` is a small library containing string helper functions.

- `Kelunik\String\startsWith`
- `Kelunik\String\endsWith`
- `Kelunik\String\contains`

## Requirements

- PHP 7.1

## Installation

```bash
composer require kelunik/string
```