General IRC
12/04/23
$replaceTok(string,substr,n,token) by Imk0tter
Here is an alias that allows you to replace the n'th occurence of the specified substring in the specified string with a token. Example: $replaceTok(this @ is @ a @ test, @, -1, --) = this @ is @ a -- test