mastodon-unfurl.love/0033-split_lines

3 lines
78 B
Plaintext

split_lines = function(s)
return load_from_iterator(s:gmatch('[^\r\n]+'))
end