danolshev/strupper

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

v1.0.6 2023-02-18 06:22 UTC

This package is auto-updated.

Last update: 2024-05-18 09:04:48 UTC


README

Переводит часть строки в верхний регистр

Требования

  • PHP 7.3

Установка

composer require danolshev/strupper

Использование

$stringProcessor = new StringProcessor('blabla');
echo $stringProcessor->toUpper(1, 3); // bLABla