Difference between revisions of "strong"

m (Adding keyword.)
m (Added: Other Languages)
 
Line 1: Line 1:
{{#set:LOVE Version=Any}}
 
{{#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].
  
Line 11: Line 7:
 
'''[http://love2d.org/forums/viewtopic.php?f=5&t=2893 Original Thread]'''
 
'''[http://love2d.org/forums/viewtopic.php?f=5&t=2893 Original Thread]'''
  
 +
{{#set:LOVE Version=Any}}
 +
{{#set:Description=A library that provides many enhancements to strings.}}
 +
{{#set:Keyword=String}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
== Other Languages ==
 +
{{i18n|strong}}

Latest revision as of 14:52, 15 December 2019

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.

GitHub repository

Original Thread

Other Languages