thisismzm/string-utils

A collection of useful php functions for strings

v1.0.0 2019-05-09 18:01 UTC

This package is auto-updated.

Last update: 2024-04-21 19:50:16 UTC


README

A collection of useful php functions for strings

Install

composer require thisismzm/string-utils

Examples

Mzm\Utils\StringUtils::concat($firstString, $secondString);