<?php $string = '@mention_1 @$badmention Manual balls knit cardigan @120rb email me @ example@example.com'; $count = preg_match_all( '/(?:^|\s)@\K\w+/', $string, $matches ); var_export([ 'count' => $count, 'matches' => $matches[0] ]);
You have javascript disabled. You will not be able to edit any code.