Nasal library/string: Difference between revisions

Jump to navigation Jump to search
m
m (Legoboyvdlp moved page Nasal String Manipulation to Nasal library/string: Renaming the file to Nasal library/string to conform with the other namespace documentation.)
 
Line 91: Line 91:


=== string.join(sep,list) ===
=== string.join(sep,list) ===
Join all elements of a list inserting a separator between every two of them.
Join all elements of a list inserting a separator between every two of them. See [[Nasal_library#split()|split()]].
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
string.join(sep,list);
string.join(sep,list);
</syntaxhighlight>
</syntaxhighlight>
=== string.lc(str) ===
=== string.lc(str) ===
Return string converted to lower case letters.
Return string converted to lower case letters.
601

edits

Navigation menu