重复字符 meaning in English
repeat character
repetition character
Examples
- 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
匹配是贪婪的,但可以用?实现非贪婪的重复,只需在重复字符后加?即可