Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
leekchan committed Jul 16, 2015
1 parent d0c0bfd commit 5d4d06b
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,34 +66,34 @@ If a panic occurs inside a gtf function, the function will silently swallow the

**Examples**

1. <a href="#stringLength">stringLength</a> => The type of the input value is string, and the function will return the length of the given value.
1. <a href="#intDivisibleby">intDivisibleby</a> => The type of the input value is int, and the function will return true if the value is divisible by the argument.
1. <a href="#filesizeformat">filesizeformat</a> => It supports various types(int, int8, int16, int32, int64, uint, uint8, uint16, uint32, uint64, float32, float64).
1. <a href="https://github.com/leekchan/gtf#stringLength">stringLength</a> => The type of the input value is string, and the function will return the length of the given value.
1. <a href="https://github.com/leekchan/gtf#intDivisibleby">intDivisibleby</a> => The type of the input value is int, and the function will return true if the value is divisible by the argument.
1. <a href="https://github.com/leekchan/gtf#filesizeformat">filesizeformat</a> => It supports various types(int, int8, int16, int32, int64, uint, uint8, uint16, uint32, uint64, float32, float64).



## Reference

### Index

* <a href="https://github.com/leekchan/gtf#stringreplace">stringDefault</a>
* <a href="#stringDefault">stringDefault</a>
* <a href="#stringLength">stringLength</a>
* <a href="#stringLower">stringLower</a>
* <a href="#stringUpper">stringUpper</a>
* <a href="#stringTruncatechars">stringTruncatechars</a>
* <a href="#stringUrlencode">stringUrlencode</a>
* <a href="#stringWordcount">stringWordcount</a>
* <a href="#intDivisibleby">intDivisibleby</a>
* <a href="#stringLengthIs">stringLengthIs</a>
* <a href="#stringTrim">stringTrim</a>
* <a href="#stringCapfirst">stringCapfirst</a>
* <a href="#intPluralize">intPluralize</a>
* <a href="#boolYesno">boolYesno</a>
* <a href="#stringRjust">stringRjust</a>
* <a href="#stringLjust">stringLjust</a>
* <a href="#stringCenter">stringCenter</a>
* <a href="#filesizeformat">filesizeformat</a>
* <a href="https://github.com/leekchan/gtf#stringreplace">stringreplace</a>
* <a href="https://github.com/leekchan/gtf#stringDefault">stringDefault</a>
* <a href="https://github.com/leekchan/gtf#stringLength">stringLength</a>
* <a href="https://github.com/leekchan/gtf#stringLower">stringLower</a>
* <a href="https://github.com/leekchan/gtf#stringUpper">stringUpper</a>
* <a href="https://github.com/leekchan/gtf#stringTruncatechars">stringTruncatechars</a>
* <a href="https://github.com/leekchan/gtf#stringUrlencode">stringUrlencode</a>
* <a href="https://github.com/leekchan/gtf#stringWordcount">stringWordcount</a>
* <a href="https://github.com/leekchan/gtf#intDivisibleby">intDivisibleby</a>
* <a href="https://github.com/leekchan/gtf#stringLengthIs">stringLengthIs</a>
* <a href="https://github.com/leekchan/gtf#stringTrim">stringTrim</a>
* <a href="https://github.com/leekchan/gtf#stringCapfirst">stringCapfirst</a>
* <a href="https://github.com/leekchan/gtf#intPluralize">intPluralize</a>
* <a href="https://github.com/leekchan/gtf#boolYesno">boolYesno</a>
* <a href="https://github.com/leekchan/gtf#stringRjust">stringRjust</a>
* <a href="https://github.com/leekchan/gtf#stringLjust">stringLjust</a>
* <a href="https://github.com/leekchan/gtf#stringCenter">stringCenter</a>
* <a href="https://github.com/leekchan/gtf#filesizeformat">filesizeformat</a>

#### stringReplace

Expand Down

0 comments on commit 5d4d06b

Please sign in to comment.