この正規表現の書き方を教えてください

抽出|_| '
の後の内容は次のとおりです: wzw%40oppo.com
-----解決策---------
PHP コード1 2 3 4 5 6 | $str =<<<html
<td class = "td2" ><img src= 'https://chart.googleapis.com/chart?chst=d_text_outline&chld=000000|12|h|FFFFFF|_|wzw%40oppo.com' /> ;
html;
preg_match( "/|_|(.*)'/s" , $str , $arr );
エコー $arr [1];
<br><font color= "#e78608" >------解決策---------</font><br>
|
ログイン後にコピー