Hello @ all
the support in telegram cant help me about this problem.
I have a a Tast, which give me the output like these:
I want extract the Mails from "https://www.conrad.de/" and from "https://www.conrad.de/de/ueber-conrad/rechtliches/impressum.html".
So i try to make it with the regex option. But there are no way to set it to "g" only to "i" "s" and "is".
It look like these:

Use this regex:
How can i solfe this problem?
Thanks for the help
the support in telegram cant help me about this problem.
I have a a Tast, which give me the output like these:
Conrad Electronic,Hasenheide 14-15 Kreuzberg, Nähe U-Bahn Hermannplatz, 10967 Berlin,https://www.conrad.de/,https://www.conrad.de/de/ueber-conrad/rechtliches/impressum.html
I want extract the Mails from "https://www.conrad.de/" and from "https://www.conrad.de/de/ueber-conrad/rechtliches/impressum.html".
So i try to make it with the regex option. But there are no way to set it to "g" only to "i" "s" and "is".
It look like these:
Use this regex:
[(http(s)?):\/\/(www\.)?a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)
How can i solfe this problem?
Thanks for the help