分割字符串EXPR为字符串列表并且返回这个列表。
Splits the string EXPR into a list of strings and returns that list.
toCollection方法以空格来分割字符串,然后返回一个包含这些子字符串的Array(数组)。
The toCollection method splits a string on spaces and returns an Array containing the substrings.
尤其是,日期是一种连续字符串,在日期和时间这两个部分之间没有分割空白。
In particular, the date is one continuous string with no separating space between the date and the time parts.
姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。
The name and the phone number are concatenated into a single string and then split into an array of two strings.
在为两个字符串编码的简单示例中,第一种编码方法使用了16个分割字符,而2.0格式使用了3个。
In my simple example of encoding two strings, the first encoding used 16 delineation characters versus 3 in the 2.0 format.
在此演示应用程序中,我们将使用它把字符串对象分割为StringArray。
In this demo, we use it to cut a string object to StringArray.
SomethingSplitter提供非常重要的splitter方法,它获得一个文本字符串并把它分割成组成其的单词。
A SomethingSplitter provides the very important splitter method, which takes a text string and breaks it into component words.
在完整的句子中使用printf标记来标记动态内容而不要将句子分割为多个字符串。
Use printf tokens for dynamic content in a full sentence rather than breaking up the sentence into multiple strings.
但是,您可以把字符串分割为单词:[“Quick ”,“brown ”,“fox ”]。
But a string could be split into different words: [" Quick ", "brown", "fox"].
然后,split方法返回一个数组,其中保存了根据空格字符将给定字符串分割成子字符串的结果。
The split method then returns an array holding the strings that resulted from separating the given string into substrings, as delimited by the space character.
第二个for循环还显示了如何将string分割为子字符串的list(使用空格字符来指示子字符串的边界)。
The second for loop also shows how to split a string into a list of substrings (using the space character to indicate the boundaries of substrings).
定界符:一个字符或者字符串,用来确定字符分割时候的分界。
A character or string used to indicate where a string should be split.
引用字符串参数会导致分割错误?
函数的作用是:将字符串分割成一系列更小的部分。
The chunk_split() function splits a string into a series of smaller parts.
文中关于连通群的理论分析为解决工程图中字符、数字和图形的正确分割、分类及排除噪声的干扰提供了依据,连通群的迭代算法可准确定位字符串的方向。
The classical basis of the linked group are given which is used to recognize the engineering drawing papers, and the direction determination algorithm for the character string is also described.
本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位、字符分割、字符识别的方法提取车牌上的字符串,并以文本的形式输出。
Its measure is to deal with the inputted images, exploit license plate location character segmentation character recognition to extract the character strings, and express these strings in text form.
这种方法直接针对数字串分割,也可以运用到非数字字符串的分割中,其分割思想对连笔汉字的分割也具有一定指导意义。
This method can treat not only numeral string, but also alphabetic string. The idea is useful for reference for segmenting Chinese characters strings.
注意:分割符不可以是空字符串。
注意:分割符不可以是空字符串。
应用推荐