alex-s-otus / composer-homework
There is no license information available for the latest version (v1.0.0) of this package.
v1.0.0
2023-11-20 12:06 UTC
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2025-05-06 17:36:49 UTC
README
Библиотека PartStringHighlight позволяет найти подстроку в строке и вернуть данную строку с выделенной посредством скобок () подстрокой. Регистр строк УЧИТЫВАЕТСЯ.
Требования
- PHP 8.0
Установка
composer require alex-s-otus/composer-homework
Usage
<?php $stringHighlight = new \AlexSOtus\ComposerHomework\PartStringHighlight(); echo $stringHighlight->stringHighlight("abc","a");