{{- $index := . -}}
{{- if gt $index 0 -}} {{- end -}}
{{"路径正则表达式"|T}}
{{"Content-Type正则表达式"|T}}
{{$v := (FormxValues "filter_path_content_type_combination").GetByIndex $index}}
{{`指定路径和Content-Type的逻辑关系。`|T}}
{{`“and”表示路径和Content-Type同时匹配;“or”表示路径和Content-Type至少一个匹配`|T}}
{{`路径和Content-Type必须至少要填一项,否则规则无效`|T}}
{{"搜索匹配正则表达式"|T}}
1. {{"支持占位符。"|T}} {{"占位符"|T}}
2. {{"对于正则表达式匹配到的数据,可以用{index}这样的占位符,其中index为索引数字,例如:"|T}}
"My name is (.*?) (.*?)." => "Name: {2}, {1}."
3. {{"如果前缀为“@”则代表替换为指定文件的内容,例如@myfile.html则替换为文件myfile.html的内容"|T}}