<?php

$str = '<img src="/pa/ggg/ggg/ggg.jpg" style="" alt="что нужно выбрать1">'; 
 
preg_match('/alt="(.*)"/uU', $str, $matches);
print_r($matches);