release version 2.0.0
Change the implementation of package structure now user can use this library in 3 different ways
- StrUtility usage as object
- StrUtility usage as helper functions
- StrUtility usage as static methods
Add new methods :
- StrUtility::is_ipv4(string $ip): bool
- StrUtility::is_ipv6(string $ip): bool
- StrUtility::after(string $string, string $search): string
- StrUtility::before(string $string, string $search): string