Skip to content
Robbo- edited this page Jan 15, 2013 · 5 revisions

This string library is a helper designed to cover all the basic string tasks. It is designed to work with Laravel 4 but can easily be used standalone.

Getting Started

  • Installation
  • Laravel Setup
  • Independant Setup

String Methods

  • length
  • lower
  • upper
  • upperWords
  • titleCase
  • limit
  • limitExact
  • limitWords
  • wordWrap
  • singular
  • plural
  • extension
  • slug
  • ascii
  • camelCase
  • snakeCase
  • segments
  • random
  • matches
  • startsWith
  • endsWith
  • contains
  • finish
Clone this wiki locally