Skip to content

Find and replace using regex capture groups. #68

@timonix

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
"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions