RooneyLong

Results 1 issues of RooneyLong

例如正则化这个教程里, `import re content = 'Xiaoshuaib has 100 bananas' res = re.match('^Xi.*(d+)s.*s$',content) print(res.group(1))` 这里运行会报错,提示没有找到任何匹配字符。