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
string.is_command(str) returns the first matching prefix to the passed parameter.
I suggest making it return the longest matching.
This would allow to use prefixes which embrace the others (eg ‘//‘).