String.trim_start

String.trim_start

String.trim_start

Function

Remove whitespace characters from the beginning of a string.

Syntax

Parameters

None.

Return value

TypeDescription
StringNew string with leading whitespace removed.

Code Example

Notes

  • The original string is not modified.