LowerText =  text .lower .convert  (  Text  )  
                                
Description :

This instruction converts a string into all lower case chars.

Parameters :

  • Text to compute.

Return Value :

  • Text in lower case.

Examples :