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.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/viking311/string_modify

1.0.3 2024-06-19 06:39 UTC

This package is auto-updated.

Last update: 2025-12-19 10:16:26 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');