📄 l33.1a
字号:
#printWhen you want to match one of a few specific characters, and notjust any character, the pattern is similar to the pattern usedin filenames. The patterns used with the editor, bythe way, are called "regular expressions". The string [abc]matches 'a', 'b' or 'c'. So if the current lineis now is the time for all good menand the command is s/t[ijk]/xx/what word is changed? Type "answer WORD" where WORD is theword changed by that command.#copyin#user#uncopyin#match time#log#next33.1b 10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -