search results

  1. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/questions/15275929/​why-does-lua-string... - Cached
  2. Why does \'if a == 40 or 42\' evaluate as \'true\' when \'a ... why doesnt my lua class implementation work? 0. ... why does lua string.find return true for this test case? 1.
    stackoverflow.com/questions/11117319/​why-does-if-a-40-or... - Cached
  3. ... 10 11 > = string.find(\"Hello Lua user\", \"%su\", 1, true) ... Lua strings are 8 bit pure so \\000 does not ... lower case. > = string.lower(\"Hello, Lua ...
    lua-users.org/wiki/​StringLibraryTutorial - Cached
  4. ... repeat return then true until while Lua is a case ... f or nil if f does not return any values ... string.find (s, pattern [, init [, plain ...
    www.lua.org/manual/5.1/manual.html - Cached
  5. Note that the World of Warcraft API does not provide all standard Lua ... asserts a value evaluates to true. If it is, returns ... return print(a) end (\"test\"): ...
    www.wowwiki.com/Lua_ functions - Cached
  6. ... use the type() function, which returns the type as a lower case ... on the Lua Regex page. string.find() ... and nil test false -- everything else tests true.
    www.troubleshooters.com/codecorn/lua/​luavariables.htm - Cached
  7. ... although Lua does not have a split function is ... lastPos) end return result end. Test Cases: ... then return {p} end while true do l= string.find (p,d,ll, true ) ...
    lua-users.org/wiki/SplitJoin - Cached
  8. ... is equivalent to string.find(s,\'HELLO\'). 1.13 Why doesn\'t ... In the simplest case, it must be a function that returns one or m ore ... Lua does allow a function ...
    mysite.mweb.co.za/residents/sdonovan/​lua/FAQ - Cached
  9. ... the string.find function allows for ... If the Lua f unction does not return a value ... The endpoint match is a result of a Lua EVAL that returns true or ...
    www.cisco.com/en/US/products/ps6120/​products_tech_note... - Cached
  10. ... condition was true. But please note the case where ... to string.find(s,\'HELLO\'). 1.13 Why doesn\'t ... _ENV variable in Lua 5.2: > function test(_ENV) return A ...
    www.luafaq.org/index.html - Cached