Replacing a string with some other string in D

Run Settings
LanguageD
Language Version
Run Command
void main() { import std.stdio; import std.string : replace; writeln(replace("Hello, World!", "World", "you")); }
Editor Settings
Theme
Key bindings
Full width
Lines