Nasal library/string: Difference between revisions

Jump to navigation Jump to search
m
Line 78: Line 78:
string.icmp();
string.icmp();
</syntaxhighlight>
</syntaxhighlight>
=== string.imatch() ===
=== string.imatch(a,b) ===
Case insensitive match function.
Case insensitive match function.
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
string.imatch();
string.imatch(a,b);
</syntaxhighlight>
</syntaxhighlight>
=== 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.
546

edits

Navigation menu