Skip to content

X-Adam/php-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

PHP string helper package.

Requirements

PHP >=7.0. Other than that, this library has no requirements.

Install

$ composer require x-adam/string:"~2.0"

Example Usage

include "./vendor/autoload.php";

# Make a string's multiple space characters clear.
echo strMultipleSpaceClear('a b  c   d     e');
# Result: 'a b c d e'.

License

This package is open source software licensed under the MIT license.

About

PHP string helper package.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages