plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.66k stars 878 forks source link

feat: add `%splitstrregex` builtin function #1731

Closed The-Lum closed 4 weeks ago

The-Lum commented 4 weeks ago

Hi all,

From this request:

Here is a PR, with:

To allow: %splitstrregex("FooBar", "(?=[A-Z])") -> ["Foo","Bar"]

For the namming...:

Ack. & Ref.:

Regards, Th.