From 4e953b55dc63de48b20216b133ab5eab325fb98c Mon Sep 17 00:00:00 2001 From: c4ir0 <108268587+c4ir0@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:35:37 +0200 Subject: [PATCH] small change could make difference If gf is `A wrapper around grep` then you have to know that it uses PCRE lib and / char must be escaped --- examples/urls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/urls.json b/examples/urls.json index 345a183..9a3839c 100644 --- a/examples/urls.json +++ b/examples/urls.json @@ -1,4 +1,4 @@ { "flags": "-oriahE", - "pattern": "https?://[^\"\\'> ]+" + "pattern": "https?:\/\/[^\"\\'> ]+" }