diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 17:42:43 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 17:42:43 +0000 |
commit | c17faf4b793db95a6957fcf5af7b73acaee2dc76 (patch) | |
tree | b12d81f5e7289c356087f2c98303100d270b3502 /lib/README | |
parent | 233c8fa138a387ae3fd99290db35b0f51eec055e (diff) | |
download | acf-core-c17faf4b793db95a6957fcf5af7b73acaee2dc76.tar.bz2 acf-core-c17faf4b793db95a6957fcf5af7b73acaee2dc76.tar.xz |
Removed split and join libraries. Join is handled by table.concat. Split is handled by format.string_to_table.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1515 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -7,7 +7,7 @@ Also we use Lua Posix for the rest of the functionality. date.lua - Date and Time functions fs.lua - File and filesystem library pidof.lua - Process libraries not provided by LPOSIX -format.lua - Library to help reformat string,tables,files or any input. Good place for split and join +format.lua - Library to help reformat strings and tables. authenticator-plaintext.lua - Used to parse through the username:password file and for permission help validator.lua - Validate web input for ACF. @@ -17,10 +17,3 @@ web_elements.lua - More web functionality for ACF. privsep.lua - Helps with authorization with ACF session.lua -Helps with Session mangement in ACF -*** THESE MAY GO AWAY. PUT IN format.lua *** - -join.lua - Takes a table and given a delimeter makes it into a string -*** Added to format.lua as format.table_to_string *** -split.lua - Take a delimeted string and makes it into a table -*** Added to format.lua as format.string_to_table *** - |