说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 字符串分解
1.
Rearranges text in selected cells into columns
将选定数据列中的字符串分解并分别填入不同的列中
2.
Replaces existing text with new text in a text string
将字符串中的部分字符串以新字符串替换
3.
Note: If an empty string("") is used as the separator, the string is split between each character.
注意:如果用空字符(")为分隔符号,字符串将被分解成每个所包含的字符所组成的数组。
4.
is the text string containing the characters you want to extract
需要从中提取部分字符的父字符串
5.
Additional unparsible characters are at the end of the string.
字符串的末尾有其他无法分析的字符。
6.
The demarcation among characters in a string.
字符串中各字符间的分界。
7.
Splits the string EXPR into a list of strings and returns that list.
分割字符串EXPR为字符串列表并且返回这个列表。
8.
Finds one text value within another (not case-sensitive)
在一字符串中搜索另一字符串(不区分大小写)
9.
Unable to convert Multi Byte string to Wide Char String. The script could not be parsed.
无法将多字节字符串转换为宽字符字符串。无法分析该脚本。
10.
Traversal string: The '!' delimiter requires a name to operate on.
遍历字符串: 分隔符“!”要求分隔一个名称。
11.
string operator
串操作符;串算符;串运算符;字符串运算符
12.
Note: Separator cannot be an empty string.
注意:分割符不可以是空字符串。
13.
Expected ';' delimiter in connection substring '{0}'.
在连接子字符串“{0}”中需要“;”分隔符。
14.
Traversal string: A '(' delimiter was found with no matching ')'.
遍历字符串: 分隔符“(”没有相匹配的“)”。
15.
Traversal string: Invalid delimiter following '('.
遍历字符串: 跟在“(”后的分隔符无效。
16.
Traversal string: The '!' delimiter is not valid in a parameter list.
遍历字符串:分隔符“!”在参数列表中无效。
17.
The parse_str() function parses a query string into variables.
函数的作用是:将字串符解析为变量。
18.
The Programing to Code 7-bit Characters in PDU
PDU中7-bit字符串编解码的程序设计