perryprog
07/22/2018, 12:26 AMreplace(input: CharSequence, transform: (MatchResult) -> CharSequence): String
. I’m now realizing though that this doesn’t have the same behavior as findAll. Is there something like findAll, that replaces all occurrences of a regex with the result of a closure? Apologizes if I worded that badly.