JCL Help:StrLower@AnsiString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Lowercases all characters in a string.


Pascal

 function StrLower(const S: string): string;
function StrLower(const S: AnsiString): AnsiString;


Parameters

Parameters Description
const S: string String to convert to lowercase.


Description

StrLower returns a copy of the string, converted to lowercase. That is, if you pass in 'Project JEDI' you'll get 'project jedi'.


See Also

StrLowerInPLace StrLowerBuff StrUpper StrUpperInPlace StrUpperBuff


About

Unit

JclAnsiStrings


Donator

Pelle F. S. Liljendal


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page