Nearest!
Search
⌃K

Customize

How to customize input in preparation
Customize your input and use $value or $key to freely edit the data.

Settings

Output value (pattern)

A String that represents the new output value. You can use $value as placeholder for the input value or $key for the given property name.

Examples

Before
Pattern
After
{ shop: "grocery" }
$value store
grocery store
{ applePay: "yes" }
payment $key
payment applePay
Last modified 3yr ago