Suppose I have a string "ABCABC" and I want to replace all A's with "AC", all 
B's with "BA" and all C's with "CCA", so that the result is

ACBACCAACBACCA

What is the canonical way of doing this in Racket?  

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to