https://github.com/kelunik/string
A small library containing string helper functions.
https://github.com/kelunik/string
library php string
Last synced: over 1 year ago
JSON representation
A small library containing string helper functions.
- Host: GitHub
- URL: https://github.com/kelunik/string
- Owner: kelunik
- License: mit
- Created: 2015-08-04T18:09:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T18:52:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T06:54:01.330Z (over 1 year ago)
- Topics: library, php, string
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# string
[](https://travis-ci.org/kelunik/string)
[](https://coveralls.io/github/kelunik/string?branch=master)

`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
```