A string is a sequence, which means it is an ordered collection of other values.
一个字符串是一个序列,意味着是对其他值的有序排列。
Recognizing the character as a single, unit as opposed to a sequence of bytes, is a requirement in the case of string manipulations involving multi-byte characters.
将字符看作一个单元而不是一个字节序列,这是进行多字节字符的字符串操作的必要条件。
The last example shows how to use the join method, which is the opposite of the split method, to make a big string from a sequence of smaller strings.
最后的一个例子显示如何使用join方法,该方法的作用与split方法相反,可以使多个短字符串序列形成一个长字符串。
At the beginning of this article, I said (in a rather winded manner) that a string in Python is an immutable sequence of characters.
在本文的开头部分,我着重强调了Python中的字符串是不变的字符序列。
PHP USES so-called binary strings - in PHP, a string is not a string of Unicode characters, but rather a sequence of bytes.
PHP使用所谓的二进制字符串—在php中,一个字符串并不是一个Unicode字符的字符串,而是一个字节序列。
The split method is useful because it splits a string into a sequence of smaller strings, using a token character (or any character in a given sequence of characters) as an indicator of where to chop.
split方法很有用,因为它可以将一个字符串分成几个较小的字符串序列,方法是将令牌字符(或给定字符序列中的任何字符)用作断开位置的指示器。
A string is equivalent to a sequence of char, while a wstring represents a sequence of wchar.
string等价于char的序列,而wstring表示wchar的序列。
Technically speaking, a regular expression is a string (that is, a sequence of characters composed of letters, Numbers, and symbols) that represents a pattern defining zero or more strings.
从技术角度而言,正则表达式是表示某种模式的字符串(也就是说,由字母、数字和符号组成的字符序列),用于定义零或更长的字符串。
Any finite sequence of symbols from an alphabet a is called a string.
由字母表a中的符号所组成的任何有穷序列,被称为符号串。
How to transform a character string into a numerical sequence is discussed from the time domain and the frequency domain.
主要从时域和频域两方面说明符号序列如何转换为数值序列。
A string is a contiguous sequence of characters aka bytes.
字符串就是一串,字符,亦称字节。
Passes a string to a decoding operation that is emitted instead of an output character because an input byte sequence cannot be decoded.
向由于无法解码输入字节序列而未发出输出字符的解码操作传递一个字符串。
When a script is compiled, each escape sequence in a string literal is converted into the characters it represents.
当编译脚本时,字符串中的每个转义序列都会转换为它所表示的字符。
However, if the escape sequence is applied to a member that has a type converter, the string might undergo type conversion when it is interpreted by a XAML writer.
但是,如果对具有类型转换器的成员使用转义序列,则仍有可能在由XAML编写器进行解释时,该字符串会被类型转换器转换。
However, if the escape sequence is applied to a member that has a type converter, the string might undergo type conversion when it is interpreted by a XAML writer.
但是,如果对具有类型转换器的成员使用转义序列,则仍有可能在由XAML编写器进行解释时,该字符串会被类型转换器转换。
应用推荐