Skip to content

Commit

Permalink
Add list of available functions, work progress for actual descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlam604 committed May 12, 2016
1 parent 2065adf commit 6f5a55e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,47 @@ Stringizer is a standalone String Utility Library
* [License](#license)
* [Available functions](#functions)
* [Camelize](#camelize)
* Concat
* Contains
* Contains Incase-sensitive
* Contains Count
* Contains Count Incase-sensitive
* Dasherize
* EndsWith
* StartsWith
* EnsureLeft
* EnsureRight
* HashCode
* IndexOf
* IndexOf Incase-sensitive
* Empty
* LastIndexOf
* LastIndex Incase-sensitive
* Length
* Lowercase
* Lowercase First
* Pad Both
* Pad Left
* Pad Right
* Remove Accents
* Remove Non Ascii
* Remove Whitespace
* Replace
* Replace Incase-sensitive
* Reverse
* Split
* Strip Punctuation
* Strip Tags
* Sub String
* Trim
* Trim Left
* Trim Right
* Truncate
* Truncate Match
* Truncate Match Incase-sensitive
* Uppercase
* Uppercase Words
* Width

## Overview

Expand Down

0 comments on commit 6f5a55e

Please sign in to comment.