diakonos icon indicating copy to clipboard operation
diakonos copied to clipboard

Search & Replace map

Open Pistos opened this issue 8 years ago • 0 comments

A way to search and replace multiple regexp => replacement pairs at once. Useful for replacing a word with multiple cases.

{
  /car/ => 'truck',
  /Car/ => 'Truck',
  /CAR/ => 'TRUCK',
}

Pistos avatar Jun 27 '16 02:06 Pistos