Skip to content

Trim option in InterpolationOption #2

@sachaarbonel

Description

@sachaarbonel

Hey thanks for this great package, it would be great to have an option like bool trim in InterpolationOption to allow things like

InterpolationOption(
  prefix: '{{ ',
  suffix: ' }}',
);

String _escapedTrim(String val) => RegExp.escape(val.trim());

Metadata

Metadata

Assignees

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