評価基準 内容 備考 ・URL ・is(次の通り) ・is not(次の通りではない) ・starts with(次で始まる) ・does not start with(次で始まらない) ・part ends with(次で終わる) ・part does not end with(次で終わらな い) ・part contains(次を含む) ・part does not contain(次を含まない) ・regex(正規表現) ・does not match regex(正規表現不一致) ・URL正規表現一致では、Perl互換の正規表現が 使用されます。 細かい条件設定が可能