Selectively replace multiple instances of a character within a string: Difference between revisions

m
m (syntax highlighting fixup automation)
Line 357:
 
=={{header|Julia}}==
<syntaxhighlight lang="rubyjulia">
rep = Dict('a' => Dict(1 => 'A', 2 => 'B', 4 => 'C', 5 => 'D'), 'b' => Dict(1 => 'E'), 'r' => Dict(2 => 'F'))
 
4,102

edits