Difference between revisions of "strong"
(Changed things a bit.) |
m (Adding keyword.) |
||
Line 1: | Line 1: | ||
{{#set:LOVE Version=Any}} | {{#set:LOVE Version=Any}} | ||
{{#set:Description=A library that provides many enhancements to strings.}} | {{#set:Description=A library that provides many enhancements to strings.}} | ||
+ | {{#set:Keyword=String}} | ||
Strong is a pure Lua library that adds many functions to Lua's string library, and a few operators to strings themselves. It's based largely off [http://www.ruby-doc.org/core/classes/String.html Ruby's String class]. | Strong is a pure Lua library that adds many functions to Lua's string library, and a few operators to strings themselves. It's based largely off [http://www.ruby-doc.org/core/classes/String.html Ruby's String class]. |
Revision as of 11:22, 18 January 2017
Strong is a pure Lua library that adds many functions to Lua's string library, and a few operators to strings themselves. It's based largely off Ruby's String class.
Check out the README for more, and up-to-date, information.