Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG committed May 16, 2016
1 parent 32e0262 commit 8f429a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ Or simply copy the str.lua file and paste in your project.
* str.<code>slug(value:string):string</code>
* str.<code>is_ascii(value:string):boolean</code>
* str.<code>is_number(value:string):boolean</code>
* str.<code>each_line(value:string, callback:function):void</code>
* str.<code>each_char(value:string, callback:function):void</code>
* str.<code>each_byte(value:string, callback:function):void</code>

0 comments on commit 8f429a6

Please sign in to comment.