Andžej Geniuš
Andžej Geniuš
I went spelunking in the code and found that the prefix is removed using a regex pattern compiled with `literal` flag. Does anything prevent you from using regex without that...
I understand why you were hesitant to add regex in. It may be overkill for most cases and it often adds more problems than it fixes. Would you be open...
I personally prefer specifying a list of prefixes to remove. It makes it easy to read, understand _and_ it has little room for error. Can say from experience that regexes...