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.

Maintainers

Package info

github.com/viking311/string_modify

pkg:composer/viking311/string_modify

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2024-06-19 06:39 UTC

This package is auto-updated.

Last update: 2026-04-19 10:56:42 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');