|
|
|
|
|
by xnorswap
672 days ago
|
|
Indeed, this article would read just as well after applying s/\bgo\b/C#/ig, or should I say: Regex.Replace(articleText, @"\bgo\b", "C#", RegexOptions.IgnoreCase);
Or indeed most general purpose languages, which the article itself mentions. |
|
https://github.com/BurntSushi/rebar?tab=readme-ov-file#summa...