---
title: "023"
description: "Find and replace Groups in VSCode $1 referrs to the second group"
date: 2020-06-21
published: false
tags:
  - bash
template: hot-tip
---


Find and replace Groups in VSCode
$1 referrs to the second group

```
(filepath: top)(.*)
filepath: s3://bucket/top$1.parquet
```

``` diff
- filepath: top/raw/scooters
+ filepath: s3://bucket/top/raw/scooters.parquet
```
