an php utility library
Manual install with composer
composer require qwenode/qwephp
php vendor/bin/codecept run
@see trim()
\qwephp\Strings::trim('a '); //a
remove all whitespace from given string
\qwephp\Strings::stripSpace('a b c'); //abc
an php utility library
an php utility library
Manual install with composer
composer require qwenode/qwephp
php vendor/bin/codecept run
@see trim()
\qwephp\Strings::trim('a '); //a
remove all whitespace from given string
\qwephp\Strings::stripSpace('a b c'); //abc