String Concatenation → Interpolation
Input (e.g., "Hello" + " " + name + "!")
Output
String.Format → Interpolation
Input (e.g., String.Format("Hello {0}!", name))
Output
Dynamic Code Execution

Write your own string transformation methods. Security validation included.

Method Name
Source Code
Input Text
Output
An unhandled error has occurred. Reload 🗙