Jump to content

Strip whitespace from a string/Top and tail: Difference between revisions

m
m (→‎{{header|Picat}}: code tags)
Line 2,058:
 
=={{header|Picat}}==
Using the built-in functions <code>lstrip/1</code>, <code>rstrip/1</code>, <code>strip/1</code>, and <code>strip/2</code>.
<lang Picat>import util.
 
Line 2,077:
<Jabberwocky>
<Twas brillig, and the slithy toves></pre>
 
 
=={{header|PicoLisp}}==
495

edits

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