[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: A bug in pattern matching ??
- From: "goafteru" <goafteru@...>
- Date: Sun, 27 Dec 2009 15:13:08 +0800
print ( string.gsub("abc", "%w*", "@") )
and the result is:
@@ 2
rather than:
@ 1