stripDelimited

Strips indentation and extra newlines in delimited strings.

This is indented to be used on delimited string literals. It will strip the indentation and remove the first and the last newlines.

string
stripDelimited
(
string str
)

Parameters

str
Type: string

the delimited string to strip

Return: the stripped string

Meta