Skip to content

[Suggestion] Regex replace #212

@Thijmen009

Description

@Thijmen009
Image

the bottom field of the regex replace should also support regex

for example this pattern (zombie|spider|skeleton|witch) to

with this text

add 3x zombie to {_stages::*}
add 3x spider to {_stages::*}
add 3x skeleton to {_stages::*}
add 3x zombie to {_stages::*}

and this substitution value {-enemies::$1} to

should return

add 3x {-enemies::zombie} to {_stages::*}
add 3x {-enemies::spider} to {_stages::*}
add 3x {-enemies::skeleton} to {_stages::*}
add 3x {-enemies::zombie} to {_stages::*}

and not

add 3x {-enemies::$1} to {_stages::*}
add 3x {-enemies::$1} to {_stages::*}
add 3x {-enemies::$1} to {_stages::*}
add 3x {-enemies::$1} to {_stages::*}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions