viking311/string_modify

There is no license information available for the latest version (1.0.3) of this package.

The package contains a collection of classes to work with strings like filters and modificators.

1.0.3 2024-06-19 06:39 UTC

This package is auto-updated.

Last update: 2025-04-19 08:45:19 UTC


README

Description

The package contains a collection of classes to work with strings like filters and modificators.

Installation

composer require viking311/string_modify

Example of usage

$filter = new Viking311\StringModify\Filter();
echo $filter->spaceTrim('    dfsafdsafsafsf');