rsc3/doc-schelp/HelpSource/Classes/String.ext.schelp

13 lines
332 B
Text
Raw Permalink Normal View History

2022-08-24 13:53:18 +00:00
instancemethods::
subsection:: Extensions by SCDoc
method:: stripWhiteSpace
Strips whitespace at the beginning and end of the string.
returns:: The stripped string
method:: unixCmdGetStdOutLines
Like link::#-unixCmdGetStdOut:: but returns the lines in an Array instead.
returns:: an link::Classes/Array:: of each line of output