Returns the string with all leading space characters removed. Example: @text = " Spaces all around!! " echo String: [@text] echo String: [%stringTrimLead( @text )] Output: String: [ Spaces all around!! ] String: [Spaces all around!! ]