Tokenize a string: Difference between revisions

Content added Content deleted
Line 2,616: Line 2,616:
+-----+---+---+---+-----+
+-----+---+---+---+-----+
u:=front content (cart t `.)
u:=front content (cart t `.)

Hello.How.Are.You.Today</syntaxhighlight>
Hello.How.Are.You.Today</syntaxhighlight>

Or as a one-liner:

<syntaxhighlight lang="nial">
front content (cart (s eachall = `, cut s) `.)
</syntaxhighlight>


=={{header|Nim}}==
=={{header|Nim}}==