Skip to content

release version 2.0.0

Compare
Choose a tag to compare
@dvlpr1996 dvlpr1996 released this 18 Jan 18:03
· 10 commits to main since this release

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