qwephp an php utility library Table of Contents Installation Tests Strings trim stripSpace 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