Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    \$\begingroup\$ 105 bytes Builds the string from the target by finding the target element in the source format. \$\endgroup\$ Commented Mar 22, 2018 at 9:35
  • \$\begingroup\$ @OlivierGrégoire I knew it would be possible without that pesky Map. Thanks a lot, -74 bytes right there! \$\endgroup\$ Commented Mar 22, 2018 at 10:00
  • \$\begingroup\$ 102 bytes by switching to Java 10, which is now supported on TIO. \$\endgroup\$ Commented Mar 22, 2018 at 12:26