Search found 2 matches

by Onenmaru
Wed Oct 21, 2015 1:43 pm
Forum: Support and Development
Topic: Function to turn camelCase into separate words?
Replies: 7
Views: 3722

Re: Function to turn camelCase into separate words?

How about.. -snip- I'm not trying to be rude, but you definitely don't want to redefine a static helper function each time you need it. Your example would be more appropriate as.. do local function split(char) return " " .. char end function splitCamel(s) return (s:gsub("[A-Z]",...
by Onenmaru
Sat Dec 14, 2013 6:44 pm
Forum: General
Topic: LÖVE 0.9.0 released
Replies: 87
Views: 88642

Re: LÖVE 0.9.0 released

This is great news, and I look forward to messing around with this!

I hate to be a downer, but.. the 32 bit zip link http://cdn.bitbucket.org/rude/love/down ... -win32.zip gives a 404, and the 32 bit installer's included love.exe is raising a warning flag in avast (false positive?).