Regular expressions are strings of characters that define a pattern to be matched.
正则表达式 是定义匹配模式的字符串。
The columns hold data of a specific data type, like integer values or strings of characters.
列容纳特定数据类型的数据,例如整型值或字符串。
Data items exist as either strings of characters or binary fit patterns occupying whole bytes or words.
数据项既可以字符串地形式出现,也可以占据整个字节或字的二进制模式出现。
Regular expressions are basically a small sub-language built for text processing, used to match and replace strings of characters.
正则表达式基本上就是为进行文本处理而构建的一种小型的子语言,用来进行字符串的匹配和替换。
Rather than arithmetically or logically manipulating characters, a computer may concatenate strings of characters, replace some characters with others, or otherwise manipulate character strings.
计算机能将若干字符连成串,用一些字符代替其他字符或另行处理字符串,而不是用算术方法或逻辑方法处理字符。
The string analysis model strings are grammars, enabling a very detailed understanding of the characters and sequences that a string might hold at any point in the execution flow.
字符串分析模型字符串就是一些语法,能够对字符串和序列有很详尽的理解,字符串可能在执行过程的任何点发挥作用。
Characters are simple. Suppose you want to represent sets of strings, well you basically just generalize the hash function.
字母是是很简单的,如果你想表示一组字符串,基本上你要做的就是归纳出哈希函数。
They support Numbers of different types (integers and floating point), characters, strings, and so on.
它们支持许多不同的类型(整型和浮点型)、字符、字符串等等。
Other strings may have to be a certain number of characters, too, such as two letters for a U.S. state abbreviation.
其他字符串可能是特定数目的字符,例如两个字母表示的美国各州的缩写。
The strings that represent each of the special characters makes the code easier to read.
代表特殊字符的字符串使得代码看起来更清楚。
Because Haskell strings are just lists of characters, you get the "HELLO" string back.
因为Haskell的字符串就是字符列表,所以得到的是“HELLO ”字符串。
Strings are captured in Python with an open quote and some sequence of characters followed by a closed quote.
字符串在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字符的字符串,而是一个字节序列。
With one exception, XSLT 1.0 always compared strings on the basis of the code points of their individual Unicode characters.
除了一种例外,XSLT 1.0总是按照每个Unicode字符的代码点比较字符串。
The only collation URI defined by XPath 2.0 is for the Unicode code point collation, according to which strings are compared by the Unicode code points of their individual characters.
XPath 2.0仅定义了一种排序uri,即Unicode代码点排列法,字符串根据每个字符的Unicode代码点进行比较。
Strings are simply syntactic sugar for a list of characters, and lists such as [1, 2, 3] are syntactic sugar for 1:2:3: .
字符串只是字符列表的语法代称而已,像[1,2,3]这样的列表则是1:2:3:的语法代称。
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方法很有用,因为它可以将一个字符串分成几个较小的字符串序列,方法是将令牌字符(或给定字符序列中的任何字符)用作断开位置的指示器。
In my simple example of encoding two strings, the first encoding used 16 delineation characters versus 3 in the 2.0 format.
在为两个字符串编码的简单示例中,第一种编码方法使用了16个分割字符,而2.0格式使用了3个。
A regular expression is a pattern of characters that describes a set of strings.
正则表达式是描述一组字符串的字符模式。
Huffman coding USES a specific method for choosing the representation for each symbol where the most common characters using shorter strings of bits then are used for less common source symbols.
Huffman编码使用一种特定方法选择每个符号的表示,使用当时短位字符串的最常见的字符被使用,而不使用不常见的源符号。
The power of the Spirit framework lies in the fact that it provides built-in parsers for a host of basic types like individual characters, numbers, and strings.
Spirit框架的强大在于它为大量基本类型提供了内置解析器,包括单独的字符、数字和字符串。
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.
从技术角度而言,正则表达式是表示某种模式的字符串(也就是说,由字母、数字和符号组成的字符序列),用于定义零或更长的字符串。
Other strings may have to be a certain number of characters, too, such as two letters for a U. S. state abbreviation.
其他字符串可能是特定数目的字符,例如两个字母表示的美国各州的缩写。
Method is overloaded to find both strings of text as well as specific characters within the text of the control.
方法被重载,可以同时查找控件文本内的文本字符串以及特定字符。
Being able to match varying sets of characters is the first thing regular expressions can do that isn't already possible with the methods available on strings.
正则表达式第一件能做的事是能够匹配不定长的字符集,而这是其它能作用在字符串上的方法所不能做到的。
English words are strings of letters together, so we had some different characteristics of Chinese written characters.
英语单词是由字母组合起来的字符串,所以就产生了一些与汉语方块字不同的特点。
Emoji are not always used as embellishments, however - sometimes, strings of the characters can themselves convey meaning in a longer sequence on their own.
然而,表情符号并不是一味只被用做修饰的,有时候成行的表情能够以更长的序列靠他们自己传达使用者的意思。
The similar_text function returns the number of matching characters of two strings.
函数的作用是:返回两个字符串中相匹配的字符数量。
If the data is simple enough, this could be a comma, but more complex strings are usually separated using tabs, new lines or a combination of characters not likely to be found in the record itself.
如果数据简单,分隔符可能是逗号,但更复杂的字符串通常用制表符、换行键或在记录中未出现的字符组合来分隔。
If the data is simple enough, this could be a comma, but more complex strings are usually separated using tabs, new lines or a combination of characters not likely to be found in the record itself.
如果数据简单,分隔符可能是逗号,但更复杂的字符串通常用制表符、换行键或在记录中未出现的字符组合来分隔。
应用推荐