Konu
php regex yardım
09-07-2019, 22:33:51
#2
coder63
Hashtags için;
preg_match_all("/(#w+)/", $text, $matches);
@.... için;
preg_match_all("/(@w+)/", $text, $matches);