私が欲しいのは、ドメインが文字列に存在するかどうかです。
例は私の問題です
+----------------------------------------------+-----------------------+
| input | output |
+----------------------------------------------+-----------------------+
| http://www.example.com/questions/ask | match or true |
| http://example.com/check | match or true |
| http://www.google.com/ig/moduleurl |
| =http%3A%2F%2Fwww.example.com%2Fquestion | false |
| http://example.com/search/%25C3%25A9t%25 | match true |
+----------------------------------------------+-----------------------+
どんな助けもかなりのものです
ありがとう