Releases: affinity4/datatype
Releases · affinity4/datatype
0.0.5
- Added Arr::get(): Inspired by CakePHP's Hash::get
- Added Arr::search: Inspired by CakePHP's Hash::extract
- Added Str::startsWith: Returns true if string starts with char or chars, false otherwise
- Added Str::endsWith: Returns true if string ends with char or chars, false otherwise