profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

trimStart

Description

Trims the start of a JavaScript Strings. Opposite of trimEnd.

Syntax

console.log("  abc  ".trimStart()) // 'abc  '