Skip to content

1.4.0

Compare
Choose a tag to compare
@LaravelFreelancerNL LaravelFreelancerNL released this 27 Jan 13:02
· 31 commits to next since this release

Added support for several string functions:

  • ltrim
  • rtrim
  • findFirst
  • findLast
  • soundex

trim's second parameter is optional now and it accepts a string of characters in addition to a type integer.