v0.55.3

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

このツールはすべてのウォッチ履歴からテキストデータを抽出します。

正規表現 は、抽出したいテキスト内の部分を正確に特定するためのパターンです。

例えば、テキストから数値のみを抽出するには ‐
元のテキスト: Temperature 5.5°C in Sydney
抽出用の正規表現: Temperature ([0-9\.]+)

ここで正規表現をテストしてください。

正規表現の各グループ括弧 () は独立したカラムとなり、最初のカラムの値は常に日付です。