Tag Archives: PHP
Regular Expression to Find All Mentioned Names by ‘@’
Most of the time we use ‘@’ to mention someone’s name in email thread, forum, etc. How about to find those mentioned names using PHP regular expression? Let’s consider the following text. “Hey @Junal how about going for a vacation … Continue reading

