left ( string text, n integer ) → textReturns first
n characters in the string, or when n is negative, returns all but last |n| characters.left('abcde', 2) → abReturns first n characters in the string, or when n is negative, returns all but last |n| characters.
left ( string text, n integer ) → textReturns first
n characters in the string, or when n is negative, returns all but last |n| characters.left('abcde', 2) → abDefinition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source