Jump to content

Tokenize a string: Difference between revisions

Added 11l
No edit summary
(Added 11l)
Line 11:
{{Template:Strings}}
<br><br>
 
=={{header|11l}}==
{{trans|Python}}
 
<lang 11l>V text = ‘Hello,How,Are,You,Today’
V tokens = text.split(‘,’)
print(tokens.join(‘.’))</lang>
 
{{out}}
<pre>
Hello.How.Are.You.Today
</pre>
 
=={{header|360 Assembly}}==
Line 100 ⟶ 112:
Hello.How.Are.You.Today
</pre>
 
=={{header|AArch64 Assembly}}==
{{works with|as|Raspberry Pi 3B version Buster 64 bits}}
1,481

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.