Anonymous

Module:Shared: Difference between revisions

From Melvor Idle
no edit summary
mNo edit summary
No edit summary
Line 142: Line 142:
-- specialTitleCase('amulet Of Fishing') = 'Amulet of Fishing'
-- specialTitleCase('amulet Of Fishing') = 'Amulet of Fishing'
function p.specialTitleCase(sentence)
function p.specialTitleCase(sentence)
if sentence == nil then return nil end
if str == nil or str:match("^%s*$") ~= nil then return nil end
-- List of words that are excluded from TitleCase
-- List of words that are excluded from TitleCase
1,010

edits