Str Helper Versions Save

⚡️ A flexible & powerful string manipulation helper for PHP | using pipe method chaining

2.1

6 years ago
  • Use mbstring functions by default if installed.
  • Now append, prepend, equal, and contains support multiple parameters like str('string')->contains($str1, $str2)..

2.0

6 years ago
  • Multiple new methods like append, prepend, contains.
  • Better detection of string location within function parameters.
  • Decoupled from Laravel requirement.
  • Better support for IDE auto-completion.

1.5

6 years ago
  • Bugs fixes
  • Doesn't rely on or require Laravel any more.
  • Nested conditions.

1.4

6 years ago

Stable, more tests, improved Exceptions.

1.3

6 years ago

Convert numbers/objects to strings before processing

1.2

6 years ago

conditions, support for PHP built-in functions and more love 😍

1.1

6 years ago
  • New methods: tap + do

1.0

6 years ago