Skip to content

Commit ff9eef7

Browse files
author
elonz
committed
update: readme
Change-Id: I81e1bf1dc906ffbbe6b1079b7e9e5275f5892f36
1 parent 16a2731 commit ff9eef7

6 files changed

+9
-3
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
[https://regexone.com](https://regexone.com) 中文翻译
1+
# RegexOne 中文版
2+
3+
[https://regexone.com](https://regexone.com) 中文版,通过简单的交互式练习来学习正则表达式。
4+
5+
[在线阅读](https://imageslr.github.io/regexone-cn)

Diff for: docs/lesson/README.md

Whitespace-only changes.

Diff for: docs/lesson/introduction_and_abcs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 课程 1:简介和字母
1+
# 课程 1:简介和字母 ABCs
22

33
**正则表达式 (regular expressions)** 是一个非常有用的工具,可以从诸如代码、日志文件、电子表格或文档等文本中提取信息。虽然规范的语言背后有许多理论,但后续的课程和例子将探索正则表达式的更实际的用法,以便您能够尽快使用这个工具。
44

Diff for: docs/lesson/letters_and_digits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 课程 1½:数字
1+
# 课程 1½:数字 123s
22

33
字符包括普通的字母,也包括数字。事实上,数字 0-9 也是字符,如果您查看 [ASCII表](https://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters),会发现它们是按顺序列出的。
44

Diff for: docs/lesson/matching_characters.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 课程 3:匹配特定字符

Diff for: docs/lesson/wildcards_dot.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 课程 2:点 Dot

0 commit comments

Comments
 (0)