Skip to content

Feature Request: quote and unquote transformers #4869

@loispostula

Description

@loispostula

Is your feature request related to a problem?

We sometime needs to resort to do such transformation:

    transformers:
      - addprefix: '"'
      - addsuffix: '"'

or

    transformers:
      - trimprefix: '"'
      - trimsuffix: '"'

Solution you'd like

Let's consolidate into a quote and unquote transformer that performs both operations atomically, improving both performance and code clarity.

Alternatives you've considered

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions