Skip to content

Commit

Permalink
Merge pull request #232 from edte/master
Browse files Browse the repository at this point in the history
fix a zh translation typo
  • Loading branch information
ziishaned authored Oct 17, 2021
2 parents 25b5a46 + 6f4fd06 commit be08619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/README-zh-simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@

`^` 用来检查匹配的字符串是否在所匹配字符串的开头.

例如, 在 `abc` 中使用表达式 `^a` 会得到结果 `a`. 但如果使用 `^b` 将匹配不到任何结果. 应为在字符串 `abc` 中并不是以 `b` 开头.
例如, 在 `abc` 中使用表达式 `^a` 会得到结果 `a`. 但如果使用 `^b` 将匹配不到任何结果. 因为在字符串 `abc` 中并不是以 `b` 开头.

例如, `^(T|t)he` 匹配以 `The``the` 开头的字符串.

Expand Down

0 comments on commit be08619

Please sign in to comment.