archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
952 stars 268 forks source link

Feature Request: label expression to have regex replace function #971

Open peterprib opened 11 months ago

peterprib commented 11 months ago

For example

${name}:$replace{/_/," "}

or

${replace:/_/:" ":${name}}