Jump to content

Substring/Top and tail: Difference between revisions

m
(Added Quackery.)
Line 1,120:
(The difference between "substring" and "StringTools:-SubString" lies in how each treats a name as input; the former returns a name, while the latter returns a string.)
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
 
<lang Mathematica>StringDrop["input string",1]
StringDrop["input string",-1]
1,111

edits

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