forrestedw / helpers
Simple helpers to make human readable code.
dev-master
2020-05-08 15:18 UTC
Requires
- ext-pspell: *
This package is auto-updated.
Last update: 2025-03-09 02:17:30 UTC
README
Helpers is a collection of string and array functions to help writing human-readable code easier.
Installation
composer require forrestedw/helpers
Example
use Forrestedw\Helpers\StrHelpers; // case insensitive StrHelper::firstCharacterIsSame('Apple','ant') // true StrHelper::firstCharacterIsSame('Apple','ball') // false