mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-05 11:06:46 -04:00
update part of Chinese translation
This commit is contained in:
parent
bfc63b6ae1
commit
fbc0082559
@ -35,7 +35,7 @@
|
||||
|
||||
> 正则表达式是一组由字母和符号组成的特殊文本,它可以用来从文本中找出满足你想要的格式的句子。
|
||||
|
||||
一个正则表达式是在一个主体字符串中从左到右匹配字符串时的一种样式。
|
||||
一个正则表达式是一种从左到右匹配主体字符串的模式。
|
||||
“Regular expression”这个词比较拗口,我们常使用缩写的术语“regex”或“regexp”。
|
||||
正则表达式可以从一个基础字符串中根据一定的匹配模式替换文本中的字符串、验证表单、提取字符串等等。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user