Switch to edit mode.
Name(s): render_I render_U render_em render_strike1: {text, tag, @junk} = args
2: c = listassoc({{"I", "/", 0}, {"U", "_", 1}, {"A", "'", 0}, {"EM", "/", 0}, {"STRIKE", "-", 1}}, $string_utils:uppercase(verb[8..$]))
3: for i in [1..length(text)]
4: text[i] = tostr(c[2], c[3] ? strsub(text[i], " ", c[2]) | text[i], c[2])
5: endfor
6: return text
7: "Last modified by Dax (#789) on Sat May 20 20:09:47 2000 MDT."