📄 regexp.hpp
字号:
// $mat\regexp.hpp 1.5 milbo$// Warning: this is raw research code -- expect it to be quite messy.#if !defined(regexp_hpp)#define regexp_hppbool fRegExpCompile(char *CompiledRefExp, const char *s);int iRegExpMatch(const char *s, const char *CompiledRefExp);#endif // regexp_hpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -