String trimLeft( )

Returns the string without any leading whitespace.

As trim, but only removes leading whitespace.

Source

/**
 * Returns the string without any leading whitespace.
 *
 * As [trim], but only removes leading whitespace.
 */
String trimLeft();