Skip to content

Find and replace using regex capture groups. #68

Description

@timonix

Regex supports capture groups, in other editors like notepad++, and vscode they support referencing those groups when running find and replace.

This article explains how it works in other editors
A re

It's useful for renaming a lot of signals at once. Or when changing a signal type and needing to change the conversion in a lot of places.

Example
"
Abcde
Afgge
"

Find "A.(..)e"
Replace "Ad\1e"

Becomes
"
Adcde
Afgge
"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions