StringLeft

首页  后退  前进

StringLeft
down2

StringLeft

返回字符串左起指定数量的字符.

 

StringLeft ( "string", count )

参数

string

目标字符串.

count

指定返回的字符数.

返回值

返回字符串左边开始指定数量的字符.

备注

如果"数量"超过字符串的长度, 则返回整个字符串.

如果"数量"为负数, 则返回一个空字符串.

 

函数示例

#include <MsgBoxConstants.au3>
Local $sString = StringLeft("This is a sentence with whitespace.", 5) ; Retrieve 5 characters from the left of the string.
MsgBox($MB_SYSTEMMODAL, "", "The 5 leftmost characters are: " & $sString)

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

 

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

参见:

StringRight, StringTrimLeft, StringTrimRight, StringMid, StringLen, StringInStr

例子
copy
StringLeft('Это 字符串',3)

 

exect=$var_s1=StringLeft('字符串',3)||$var_s2=StringLeft('字符串~~с~~空格ами',8) GLOBALEXECT<a> ;; 将行中指定的字符数返回到左侧

up2

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