Difference between revisions of "strong"

(add forum link)
m (Added: Other Languages)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#set:LOVE Version=Any}}
 
{{#set:Description=A library that provides many enhancements to strings.}}
 
 
 
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].
  
 
Check out the [https://github.com/BlackBulletIV/strong#readme README] for more, and up-to-date, information.
 
Check out the [https://github.com/BlackBulletIV/strong#readme README] for more, and up-to-date, information.
  
Download : '''[https://github.com/BlackBulletIV/strong GitHub repository]'''
+
'''[https://github.com/BlackBulletIV/strong GitHub repository]'''
  
;See also
+
'''[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