diff --git a/translations/README-cn.md b/translations/README-cn.md index 3d256c4..447f0c6 100644 --- a/translations/README-cn.md +++ b/translations/README-cn.md @@ -189,7 +189,7 @@ `*`和表示匹配空格的符号`\s`连起来用, 如表达式`\s*cat\s*`匹配0或更多个空格开头和0或更多个空格结尾的cat字符串.
-"\s*cat\s*" => The fat cat sat on the concatenation. +"\s*cat\s*" => The fat cat sat on the concatenation.[在线练习](https://regex101.com/r/gGrwuz/1)