Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working

LTRIM function

LTRIM(str) returns a string with all all leading spaces removed from from str.

Examples

LTRIM("   John Doe") returns "John Doe"

LTRIM("     ") returns an empty string (length=0)

Calculator

TRIM John Doe

Related functions