Module:String2/sandbox: Difference between revisions

Content deleted Content added
alphanumeric instead of only alphachars to allow for for example 32nd and 2 × and 1 –
Line 26:
-- this is a piped wikilink, so we capitalise the text, not the pipe
local _
_, letterpos = mw.ustring.find(s, "|%AW*%aw") -- find the first letter after the pipe
else
letterpos = mw.ustring.find(s, '%aw')
end
if letterpos then