string 相关的搜索结果 共有19个

String

This chapter lists code examples about handling strings, including Generate a fixed-length string, Search for and replacstring

Creative Uses of Strings

In esProc, strings are not merely a data type; they can be used as macros or string constants to construct expressions, string,eval

charencode()

Description: Generate the binary value of a string according to the character set the latter uses, or vice versa. Syntaxcharacter set,string,binary

decimal()

Description: Convert a string or a numeric value to a big decimal number. Syntax: decimal(stringExp) decimal(numberExp) string,numeric value,big decimal number

fill()

Description: Create a new string by concatenating strings together. Syntax: fill(s,n) Note: Get a new string by concatenconcatenate,string

lower()

Description: Convert all characters of a string to lower case. Syntax: lower(s) Note: The function converts all charactestring,convert to lower case

md5()

Description: Get a string’s MD5 signature. Syntax: Md5(s) Note: The function gets string s’s MD5 signature. MD5 is a widstring,md5 signature

mid()

Description: Get a substring of a string. Syntax: mid(s,n{,l}) Note: The function gets a substring of the length of l frstring,substring

number()

Description: Convert a string to a real number. Syntax: number (stringExp,format)  Note: The function parses string stristring,convert,number

right()

Description: Get a substring of a string ending at the rightmost side. Syntax: right(s,n) Note: The function gets a subsstring,right,substring