From 8f429a6e96780ef8ed89e4a184354828ef93dbee Mon Sep 17 00:00:00 2001 From: Evandro Leopoldino Gonalves Date: Mon, 16 May 2016 14:48:32 -0300 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 05c4354..cb9227d 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,6 @@ Or simply copy the str.lua file and paste in your project. * str.slug(value:string):string * str.is_ascii(value:string):boolean * str.is_number(value:string):boolean +* str.each_line(value:string, callback:function):void +* str.each_char(value:string, callback:function):void +* str.each_byte(value:string, callback:function):void