以下为句子列表:
英文: If the PATTERN contains parentheses, additional list elements are created from each matching substring in the delimiter.
中文: 如果PATTERN里包含括号,那么每一个匹配的定界符子字符串都会作为元素加到列表中去。
更详细...
英文: Replaces each substring of this string that matches the given regular expression with the given replacement.
中文: 只有两个参数,第一个参数是要进行匹配的子串,第二个是替换串。
更详细...
英文: Returns the index of the first character of a specified substring in a string.
中文: 返回指定子串首字符在串中的索引。
更详细...
|