[_ToLowerCase] v.[01.001] rev.[2010-10-20T17:15:00]

NAME

  _ToLowerCase --  
  

SYNOPSIS

  _ToLowerCase LcwerCaseVar String 
  

DESCRIPTION

  Returns the string converted to lowercase letters in the environment variable given as first argument  
  

EXAMPLE

      CALL _toLower _ 'MixCaseString' 
      ECHO _ToLowerCase.cmd                                                                  
  
  Will produce: 
      mixedcasestring 
  

BUGS

  Special characteres and diacritics are NOT converted correct 
  
 

SEE ALSO

  _toUppper 
 

SOURCE

  x:\Scripts.ClicktyClick\Scripts\What.cmd 
  

URL

  http://windowsitpro.com/article/articleid/82861/jsi-tip-8971-how-can-i-change-the-case-of-string-to-all-upper-case-or-all-lower-case.html 
  

HISTORY

VersionRevisionDescription
v.xx.xxx r.YYYY-MM-DDThh:mm:ss Init Description/Initials
v.01.000 r.2010-07-26T11:01:00 Initial/EBP
v.01.001 r.2010-10-20T17:15:00 Addding $Source/EBP

_ToLowerCase.cmd