View Problem

Replace all regex matches in a string with a static string

Transform "She sells sea shells" into "She X X shells" by replacing /se\w+/ with "X"

There are 12 other solutions in additional languages (cpp, erlang, fsharp, groovy ...)