Difference between revisions of "Talk:String (API)"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with " == string.gmatch(string, pattern) == string.gmatch(string, pattern) is working for me. Any details of conditions under which it does not work would be appreciated. -- ~~~~")
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
+
Looks like we need to add a note about balanced string searches ("%b()", for example), as well as noting that the string.sub/find interaction was fixed by re-implementing the functions to include the concatenation operation, in 1.6+.
== string.gmatch(string, pattern) ==
+
[[User:Lyqyd|Lyqyd]] 02:20, 15 November 2014 (GMT)
 
+
string.gmatch(string, pattern) is working for me. Any details of conditions under which it does not work would be appreciated. -- [[User:OminousPenguin|OminousPenguin]] 14:48, 19 April 2012 (UTC)
+

Latest revision as of 02:20, 15 November 2014

Looks like we need to add a note about balanced string searches ("%b()", for example), as well as noting that the string.sub/find interaction was fixed by re-implementing the functions to include the concatenation operation, in 1.6+. Lyqyd 02:20, 15 November 2014 (GMT)