fxmauricard/string-utils

A utility class for manipulating strings in PHP.

0.2 2018-04-20 13:17 UTC

This package is not auto-updated.

Last update: 2025-06-22 07:21:58 UTC


README

A utility class for manipulating strings in PHP.

Goal

This class was written in order to centralize some methods around string manipulation.

Usage

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.