📄 tst037.mal
字号:
# testing pattern matching against stringsb:= pcre.match("Hello world","Hello");io.print(b);b:= pcre.match("Hello world",".*lo.*");io.print(b);b:= pcre.match("Hello world","^lo.*or");io.print(b);b:= pcre.match("Hello world","[ABHW]");io.print(b);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -