Konu
PHP bot acil yardım!!
27-07-2022, 19:52:35
#7
TaRRuZ
aqua adlı üyeden alıntı:
mesajı görüntüle
$text = '#demo1 #demo2 some text #blah2';
$check_hash = preg_match_all("/([#][a-zA-Z-0-9]+)/", $text, $hashtweet);
foreach ($hashtweet[1] as $ht){
echo $ht;
}
Teşekkürler hocam