lower
Convert documents to lowercase
Description
converts each uppercase character in the input documents to the corresponding
lowercase character, and leaves all other characters unchanged.newDocuments
= lower(documents
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b