ltrim

Returns "string_exp1", with leading characters removed up to the first character not in "string_exp2", e.g., ltrim('xyxXxyAB', 'xy') returns 'XxyAB'.

Syntax

ltrim ( string_exp1 [ , string_exp2 ] )