referer2search*.ini

About Section

[About]
Version=1.5
Description="description"
Source={"Referer" | "FullReferer"}

Entries and Values

Version
書式のバージョンを指定します。
Description
このファイルの説明を記述します。
Source
使用していません。(他のClickFlow製品で利用します)

Example

[About]
Version = 1.5
Description = "FullReferer to SearchPage"
Source = "FullReferer"

Operator Section

[operator-name]
IfID="decimal-number"
Pattern="pattern-string"
Replace="replace-string"
Unescape={raw | UTF-8 | EUC-JP | ShiftJIS | ISO-2022-JP}
SetID="decimal-number"

Entries and Values

IfID
IDが一致する場合にのみ実行。初期状態は-1。記述しない場合には全ての場合に実行。
Pattern
正規表現のマッチングパターン
Replace
置換する文字列
Unescape
置換した場合に、文字列を指定のCharsetでunescapeします
SetID
置換した場合にセットされるID

Comment

Operationは記述された順序で実行します。

Example

[Google%UTF-8]
IfID=10
Pattern="^ie=(UTF\-8|utf\-8)&.*q=([^&]+).*"
Replace="$2"
Unescape="UTF-8"
SetID=9999

[StripQuote]
IfID=9999
Pattern="^"([^"]*)"$"
Replace="$1"
See Also
正規表現
Copyright ©2005 C-EGG, All rights reserved.