A utility class for manipulating strings in PHP.
This class was written in order to centralize some methods around string manipulation.
Include it in your project with Composer by using the following command :
composer require fxmauricard/string-utils
You can also directly include the StringUtils.php
in your source tree.