StringTools[Chomp] - remove line endings from a string
|
Calling Sequence
|
|
Chomp( s )
|
|
Description
|
|
•
|
The Chomp(s) command returns a copy of input string s with the line endings removed (if any).
|
|
Note: This function is similar to the Perl function of the same name.
|
|
|