Skip to content

Commit

Permalink
Update 正则表达式.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpzlx1 authored Sep 15, 2023
1 parent e8cb538 commit 9df36ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lab1/正则表达式.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@

## 思考题

- `\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*` 正则表达式匹配的字符串的物理含义是什么
- `\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*` 正则表达式匹配的字符串的含义是什么
- 匹配 HTML 注释:编写一个正则表达式,可以匹配 HTML 中的注释,例如 `<!-- This is a comment -->`

0 comments on commit 9df36ec

Please sign in to comment.