quick-sum.cf

来自「harvest是一个下载html网页得机器人」· CF 代码 · 共 34 行

CF
34
字号
##  quick-sum.cf - Regular Expressions to quickly extract attributes/values##  Type	<TAB> Attribute	<TAB> RE #Bibliographic	Author			^%A[ \t]+.*$Bibliographic	Title			^%T[ \t]+.*$#Command		Keywords		^#.*$#Font		Keywords		^[cC][oO][mM][mM][eE][nN][tT][ \t]+.*$#Mail		Author			^From:[ \t]+.*$Mail		Title			^Subject:[ \t]+.*$Mail		Received-By		^To:[ \t]+.*$#Makefile	Keywords		^[-.A-Za-z]+:.*$Makefile	Keywords		^#[ \t]+.*$#News		Author			^From:[ \t]+.*$News		Title			^Subject:[ \t]+.*$News		Abstract		^Summary:[ \t]+.*$News		Keywords		^Keywords:[ \t]+.*$News		Keywords		^Organization:[ \t]+.*$News		Keywords		^Newsgroups:[ \t]+.*$#Patch		Keywords		^Index: .*$Patch		Keywords		^diff[ \t]+.*$#Perl		Keywords		^sub[ \t]+.*{$Perl		Keywords		^#[ \t]+.*$#README		Full-Text		^.*$

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?