Module:NormalizationText: Difference between revisions
// via Wikitext Extension for VSCode Tag: Reverted |
// via Wikitext Extension for VSCode Tag: Manual revert |
||
| Line 83: | Line 83: | ||
-- Core text normalization function | -- Core text normalization function | ||
function p.normalizeText(text) | function p.normalizeText(text) | ||
if not text or text == "" then | |||
if not text | |||
return text | return text | ||
end | end | ||