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
Show menu Show menu

LTRIM function

Description

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(  

Related functions