I think this should be elementary, but I still can't get my head around it. Let's say there's fair amount of HTML documents and I need to catch every image URLs out of them.
Içerik değişikliklerinin kalanı, ama url baz örneğin hep aynıdır: http://images.examplesite.com/images/,
Yani o kısmı içeren her dize ayıklamak istiyorum. Sorun her zaman <a href=''> veya <img src=''> etiketleri ile karışık konum olduğunu, bu yüzden onları nasıl düşebilir? preg_match muhtemelen?