You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2018. It is now read-only.
Because you could have tags without text behind, you should change
protected static $tagRegex = '/@[a-zA-Z0-9]\s/';
by
protected static $tagRegex = '/@[a-zA-Z0-9]/';
an other way :
pass $tagRegex to a non static var, doing that we can extends the class en set an other regexp