Nearest!
Search
⌃K

Replace

How to replace input.
Returns a new string with some or all matches of a patternreplaced by a replacement. Uses default replace.

Settings

Search value (pattern)

A String that has to be replaced by replacement . (Default _) Can also be a regex.

New value (replacement)

The String that replaces the substring specified by the specified pattern parameter. (Default " "). You can use $key as placeholder for the property name.

Examples

Before
After
Value for Telephone
Telephone
Tele_phone
Telephone
Fax
Oldschool
Last modified 3yr ago