首页 > 其他 > 详细

TCL Strings

时间:2019-08-01 11:56:13      阅读:54      评论:0      收藏:0      [点我收藏+]

append    Append values to variable

binary      Insert and extract fields from binary strings

format      printf() -style string formatting

regexp      Regular expression pattern matching

regsub      Regular expression string substution

scan          sscanf() -style string formatting

 

string compare   Lexical(词汇的) string comparison

string first     Search for first occurrence of substring

string index     Return character from string

string last        Search for last occurance of substring

string length    Return number of characters in string

string range     Return range of characters in string

string tolower   Covert to lowercase

string toupper   Covert to uppercase

string trim          Remove leading and trailing characters

string trimleft      Remove leading characters

string trimright   Remove trailing characters

string wordend   Return end position of word in string

string wordstart  Return start position of word in string

subst                  Blackslash,command,variable substitutions

 

TCL Strings

原文:https://www.cnblogs.com/lelin/p/11281540.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!