From fbc008255920613f55ac6d80e36c6f0ec30eeb53 Mon Sep 17 00:00:00 2001 From: Yang Jin Date: Mon, 21 Oct 2019 15:33:41 +0800 Subject: [PATCH] update part of Chinese translation --- translations/README-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/README-cn.md b/translations/README-cn.md index 06c2a36..eac7056 100644 --- a/translations/README-cn.md +++ b/translations/README-cn.md @@ -35,7 +35,7 @@ > 正则表达式是一组由字母和符号组成的特殊文本,它可以用来从文本中找出满足你想要的格式的句子。 -一个正则表达式是在一个主体字符串中从左到右匹配字符串时的一种样式。 +一个正则表达式是一种从左到右匹配主体字符串的模式。 “Regular expression”这个词比较拗口,我们常使用缩写的术语“regex”或“regexp”。 正则表达式可以从一个基础字符串中根据一定的匹配模式替换文本中的字符串、验证表单、提取字符串等等。