Explicitly include a boost "windows" folder even on linux
[supercollider.git] / HelpSource / Classes / String.ext.schelp
blob0a9fbeeba130333d00036d34d10b2f06c1dbb842
1 instancemethods::
3 subsection:: Extensions by SCDoc
5 method:: stripWhiteSpace
6 Strips whitespace at the beginning and end of the string.
7 returns:: The stripped string
9 method:: unixCmdGetStdOutLines
10 Like link::#-unixCmdGetStdOut:: but returns the lines in an Array instead.
11 returns:: an link::Classes/Array:: of each line of output