Skip to content

qwenode/qwephp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qwephp

an php utility library

GitHub tag (latest SemVer pre-release) Build Status GitHub license FOSSA Status

License

FOSSA Status

Table of Contents

Installation

Manual install with composer

composer require qwenode/qwephp

Tests

 php vendor/bin/codecept run

Strings

trim

@see trim()

\qwephp\Strings::trim('a '); //a

stripSpace

remove all whitespace from given string

\qwephp\Strings::stripSpace('a b c'); //abc