forrestedw / helpers
Simple helpers to make human readable code.
dev-master
2020-05-08 15:18 UTC
Requires
- ext-pspell: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 05:26:15 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