回答編集履歴
1
こうか
answer
CHANGED
@@ -2,6 +2,6 @@
|
|
2
2
|
|
3
3
|
正規表現には任意の文字、と0回以上繰り返す、が用意されていると思うので、それを組み合わせれば解決すると思います。
|
4
4
|
|
5
|
-
`http:\/\/example.com.*`
|
5
|
+
`http:\/\/example\.com.*`
|
6
6
|
|
7
7
|
[http://okumocchi.jp/php/re.php](http://okumocchi.jp/php/re.php)
|