重复 1.repeat; duplicate; reduplicate; iterate 他把那个词重复了几遍。 he repeated the word several times.2.repetition; reiteration; gemination; rerun; duplication; replication; palin-; pali- 避免不必要的重复 avoid needless duplication; 经过无数次的重复 after numerous repetitions; 任何历史现象都不会是简单的重复。 no historical phenomenon is a mere repetition of the past
字符 [计算机] character◇字符处理 character handing; character manipulation; character processing; 字符打印机 character printer; 字符计算机 character computer; 字符键盘 figure keyboard; 字符移入 character shift-in; 字符译码器 character decoder; 字符印字机 alphanumeric printer
Function to return a string of duplicated characters 函数返回重复字符组成的字符串。
Create a string of repeating characters 创建包含重复字符的字符串。
This function returns a 该函数返回由重复字符组成的
Backreferences provide a convenient way to find repeating groups of characters 反向引用提供查找重复字符组的方便的方法。
A negative look - ahead assertion . require that the following characters do not match the pattern p 匹配是贪婪的,但可以用?实现非贪婪的重复,只需在重复字符后加?即可
Provides information about how regular expression backreferencing is used to find repeating groups of characters 提供关于如何使用正则表达式反向引用来查找重复字符组的信息。
If a character occurs more than once in second argument string , then the first occurrence determines the replacement character 如果第二个参数串中有重复字符,替换以首次出现的位置对应到第三个串中的字符为准。