Steps
Tests
Replacement #0
Input
This is the first step and the input is the raw user input.
Process
A trie is generated and exact matches of any input (longer matches get preference) are converted to the given output. If a pair is not case sensitive then the original, lower, upper, and capital cases of the input will all be added.
Output
The output should be similar but with any important whitespace replaced with a string that can be handled after removing whitespace. Any other replacements should be performed later.
Edit a key/value
Submitted!
  • To add a key: fill in the above form and submit.
  • To edit output: type the input above, make the changes, and submit.
  • To edit input: type the input above, remove the old key, and then create a new key.
Test
Test how your changes impact the program.
For more debugging, view your generated JS file and copy it to your favorite editor.
Clear Changes
If you want to want to reset to default, click the appropriate button(s) below. This action is non-reversible.