Loading TOC...

sql:ltrim

sql:ltrim(
   $str as xs:string?
) as xs:string?

Summary

Return a string that removes leading empty spaces in the input string.

Parameters
str The string to be evaluated.

Example

  sql:ltrim("             this is text")
  => this is text

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.