DLiteScript

strings.trimLeft

Removes whitespace from the start of a string.

Examples

1
printf("%s\n", strings.trimLeft("  hello  ")) // "hello  "