func.ltrim

LTRIM() function helps to return remove all the space characters found on the left-hand side of the string

Syntax

func.ltrim(value_string, string_to_trim)

Examples

func.ltrim('texttotrimplaidcloud', 'texttotrim') --> plaidcloud  
func.ltrim('      plaidcloud')                   --> plaidcloud
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)