StringLower

首页  后退  前进

StringLower

down2

StringLower

转换字符串为小写字母.

 

StringLower ( "string" )

参数

string

目标字符串.

返回值

返回所有字母转成小写后的字符串.

 

函数示例

#include <MsgBoxConstants.au3>
Local $sString = StringLower("This is a string") ; Convert the following string to lowercase.
MsgBox($MB_SYSTEMMODAL, "", "StringLower returned: " & $sString)

----------------------------------------

 

该函数可以通过命令 exect 调用

参见:

StringUpper, StringIsLower, StringIsUpper

例子
copy
StringLower('ЭТО~~字符串')

 

exect=$var_s1=StringLower('字符串')||$var_s2=StringLower('字符串~~С~~空格ами') GLOBALEXECT<a> ;; 将字符串转换为小写

up2

tcimage © Аверин Андрей для Total Commander Image Averin-And@yandex.ru