All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- PHP version constraint is relaxed to support php >= 7.1.
- Added missed method
Str::toLowerCase()
.
- Interface
Pattern
. RegExp
implementation ofPattern
. Represents Perl-Compatible Regular Expressions (PCRE).
Str::length()
Str::trim()
Str::ltrim()
Str::rtrim()
Str::isEmpty()
Str::isNotEmpty()
Str::toUpperCase()